Skip to content

Commit b7ce558

Browse files
boomanaiden154mahesh-attarde
authored andcommitted
[OpenMP] Fix tool tests 9475ed8
These were still passing because I did not clear all the test artifacts in between so the old ones were still present after updating the test. I forgot to update a lit substitution which failed on clean builds.
1 parent 7718c3c commit b7ce558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/runtime/test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ if config.has_ompt:
221221
# No such linker flag on Darwin.
222222
config.substitutions.append(("%no-as-needed-flag", ""))
223223
else:
224-
config.substitutions.append(("%preload-tool", "env LD_PRELOAD=%T/tool.so"))
224+
config.substitutions.append(("%preload-tool", "env LD_PRELOAD=%t.tool_dir/tool.so"))
225225
config.substitutions.append(("%no-as-needed-flag", "-Wl,--no-as-needed"))
226226
else:
227227
config.substitutions.append(("FileCheck", config.test_filecheck))

0 commit comments

Comments
 (0)