metacall/core

Update LLVM Version to 19

Opened this issue ยท 1 comments

๐Ÿ› Bug Report

The project is currently running on LLVM 11. We need to upgrade it to LLVM 14 to ensure compatibility with the latest toolchains. Attached are two images comparing the results between LLVM 11 and LLVM 14. The goal is to confirm that the code runs correctly on LLVM 14

Expected Behavior

The project should properly support LLVM 14 without any issues.

Current Behavior

See the attached images for the current behavior:

Possible Solution

  • Update the code to use LLVM 19.

Detailed Description

Behavior when installing LLVM 11 (Removed from Homebrew)

Image

Behavior when installing LLVM 14 (Potential Compatibility Issues)

Image