Commit e5b9e80
committed
[ClangLinkerWrapper] Fix test linker-wrapper-hip-no-rdc.c
llvm/llvm-project#167918 broke buildbots:
https://lab.llvm.org/buildbot/#/builders/64/builds/6531
https://lab.llvm.org/buildbot/#/builders/108/builds/19881
with error:
# | clang: error: unable to execute command: posix_spawn failed: No such file or directory
# | clang: error: ld.lld command failed with exit code 1 (use -v to see invocation)
This is due to the test requiring lld but these buildbots do not build them.
Fix the lit test by adding REQUIRES: lld1 parent e413343 commit e5b9e80
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments