Files
clang-p2996/llvm/include/llvm-c
Tim Besard 70a3a1b8e5 [ORC] Fix the prototype of a C API function. (#139259)
In 38d16f509a, the `TargetTriple` argument
was removed from the `LLVMOrcCreateStaticLibrarySearchGeneratorForPath`
without updating the C API headers. This resulted in the function being
exported without C linkage, making it impossible to use from C.

Co-authored-by: Lang Hames <lhames@gmail.com>
2025-05-14 07:10:46 +10:00
..