aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2025-09-22 04:11:29 +0000
committerAiden Grossman <aidengrossman@google.com>2025-09-22 04:11:29 +0000
commit54f5c1b2e17a9be61609d70dbbc8354ad41bb931 (patch)
tree16ace991a136ec924583ee0ac3f36f644a289193
parentc12f08f645f31305f6a288befd7d379b963ab874 (diff)
downloadllvm-users/boomanaiden154/main.lit-remove-t-from-tests.zip
llvm-users/boomanaiden154/main.lit-remove-t-from-tests.tar.gz
llvm-users/boomanaiden154/main.lit-remove-t-from-tests.tar.bz2
[𝘀𝗽𝗿] changes to main this commit is based onusers/boomanaiden154/main.lit-remove-t-from-tests
Created using spr 1.3.6 [skip ci]
-rw-r--r--libcxx/utils/libcxx/test/format.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/utils/libcxx/test/format.py b/libcxx/utils/libcxx/test/format.py
index 5765afe..c9dffd1 100644
--- a/libcxx/utils/libcxx/test/format.py
+++ b/libcxx/utils/libcxx/test/format.py
@@ -92,6 +92,7 @@ def parseScript(test, preamble):
# errors, which doesn't make sense for clang-verify tests because we may want to check
# for specific warning diagnostics.
_checkBaseSubstitutions(substitutions)
+ substitutions.append(("%T", tmpDir))
substitutions.append(
("%{build}", "%{cxx} %s %{flags} %{compile_flags} %{link_flags} -o %t.exe")
)