[clang] [llvm] [Clang] Rewrite tests using subshells to set env variables (PR #158446)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 21 22:23:00 PDT 2025


================
@@ -1,13 +1,14 @@
 // Some assertions in this test use Linux style (/) file paths.
 // UNSUPPORTED: system-windows
+// RUN: bash -c env | grep LD_LIBRARY_PATH | tr -d '\n' > /tmp/ld_library_path
----------------
boomanaiden154 wrote:

4efbbe1d35fe2666225b2989ea80d3af4d827f84

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


More information about the llvm-commits mailing list