aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-29 03:00:59 +0900
committerOphestra <cat@gensokyo.uk>2026-07-29 03:00:59 +0900
commit7908fb9583cb6af84345508390ec9ea9fc986763 (patch)
tree97bdfad4f891d4a1232352c73a7f3c116ccb989e /internal/rosa/package
parent95aa7c205ccff964ddd2302b8639a4853864e780 (diff)
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>
Diffstat (limited to 'internal/rosa/package')
-rw-r--r--internal/rosa/package/spirv/package.az2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/package/spirv/package.az b/internal/rosa/package/spirv/package.az
index 7f0d6f1d..939077df 100644
--- a/internal/rosa/package/spirv/package.az
+++ b/internal/rosa/package/spirv/package.az
@@ -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 {