[compiler-rt] [compiler-rt] Propagate sysroot from CMake to msan tests (PR #132299)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 8 11:11:26 PDT 2025


================
@@ -17,7 +17,9 @@
         "-fno-optimize-sibling-calls",
     ]
     + [config.target_cflags]
-    + config.debug_info_flags
+    + ["--sysroot", config.cmake_sysroot]
+    if config.cmake_sysroot and config.host_os == "Linux"
----------------
vitalybuka wrote:

It's seems like incremental which which does not lead us to desired direction.
Could you try to figure out rtsan issue instead?

https://github.com/llvm/llvm-project/pull/132299


More information about the llvm-commits mailing list