[flang-commits] [flang] [llvm] [flang/flang-rt] Add -isysroot flag only to tests really requiring (PR #152914)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Mon Aug 11 07:18:13 PDT 2025
================
@@ -6,10 +6,12 @@ import lit.util
config.llvm_tools_dir = lit_config.substitute("@LLVM_TOOLS_DIR@")
config.llvm_shlib_dir = lit_config.substitute(path(r"@SHLIBDIR@"))
config.llvm_plugin_ext = "@LLVM_PLUGIN_EXT@"
+config.host_triple = "@LLVM_HOST_TRIPLE@"
----------------
tarunprabhu wrote:
Why has this been added? I don't see it being used anywhere in this PR - at least not directly.
https://github.com/llvm/llvm-project/pull/152914
More information about the flang-commits
mailing list