We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12f08f commit 1057257Copy full SHA for 1057257
libcxx/utils/libcxx/test/format.py
@@ -92,6 +92,7 @@ def parseScript(test, preamble):
92
# errors, which doesn't make sense for clang-verify tests because we may want to check
93
# for specific warning diagnostics.
94
_checkBaseSubstitutions(substitutions)
95
+ substitutions.append(("%T", tmpDir))
96
substitutions.append(
97
("%{build}", "%{cxx} %s %{flags} %{compile_flags} %{link_flags} -o %t.exe")
98
)
0 commit comments