Loading
Commits on Source 11
-
`CXXSTDLIB` is used by cc-rs[0] and is de-facto a standard, so honor it it to avoid confusion. Keep supporting `LLVM_SYS_LIBCPP` to avoid breaking existing workflows. [0] https://docs.rs/cc/1.2.46/src/cc/lib.rs.html#3195
-
Peter Marheine authored
build: Rename `LLVM_SYS_LIBCPP` variable to `CXXSTDLIB` See merge request !57
-
Peter Marheine authored
It's a little clearer to combine these cases, if ever so slightly less efficient at runtime to use .or().
-
vad authored
Since the API changes are based on LLVM 22.1.0-rc1, this is currently tagged as a prerelase (-rc1) crate.
-
Peter Marheine authored
Update for LLVM 22 See merge request !58
-
Peter Marheine authored
There were no C API changes between LLVM 22.1.0-rc1 and 22.1.0.
-
-
Peter Marheine authored
build: better support for windows-gnullvm See merge request !59
-
banditopazzo authored
Replace LLVMOrcThreadSafeContextGetContext with the new LLVMOrcCreateNewThreadSafeContextFromLLVMContext function, matching the upstream LLVM 21 C API change. The old function was removed and replaced with one that creates a thread-safe context from an existing LLVMContext instead of extracting the inner context from a thread-safe wrapper.
-
Peter Marheine authored
Update ORC2 API to match LLVM 21 changes See merge request !61
-
Peter Marheine authored