llvm-project
1cd9c0d6 - [llvm] Fix most LLVM_ABI annotations in ExecutionEngine (#202927)

Commit
27 days ago
[llvm] Fix most LLVM_ABI annotations in ExecutionEngine (#202927) This updates most LLVM_ABI annotations in the ExecutionEngine headers to match expected usage: * All public APIs should be properly annotated. * Inlined functions should not be annotated. These changes were done by a script fixing annotations on LLVM public headers and manually checked. This effort is tracked in #109483.
Author
Parents
Loading