internal/rosa/llvm: exclude runtime symbols

These leak by default when static linking, which is considered unacceptable for many libraries.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-07-29 03:00:59 +09:00
parent 95aa7c205c
commit 7908fb9583
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ package spirv-llvm-translator {
};
// litArgs emits shell syntax
early = "\nexport LIT_OPTS=" + litArgs {
early = "rm -f /system/bin/clang++.cfg\nexport LIT_OPTS=" + litArgs {
verbose = true;
skipChecks = arch {