[llvm] [Instrumentor] Runtime bitcode linking controls (PR #216333)
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 14 20:39:51 PDT 2026
================
@@ -17,7 +17,9 @@
"runtime_bitcode": "",
"runtime_bitcode.description": "Link runtime bitcode",
"inline_runtime": true,
- "inline_runtime.description": "Inline runtime function calls eagerly"
+ "inline_runtime.description": "Inline runtime function calls eagerly",
+ "runtime_export_symbols": [],
+ "runtime_export_symbols.description": "Runtime symbols that remain externally visible after linking."
----------------
jdoerfert wrote:
We should use multiple configs and runtimes rather than this.
https://github.com/llvm/llvm-project/pull/216333
More information about the llvm-commits
mailing list