Skip to content

Commit e5b9e80

Browse files
committed
[ClangLinkerWrapper] Fix test linker-wrapper-hip-no-rdc.c
#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: lld
1 parent e413343 commit e5b9e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Driver/linker-wrapper-hip-no-rdc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// UNSUPPORTED: system-windows
22
// REQUIRES: amdgpu-registered-target
3+
// REQUIRES: lld
34

45
// Test HIP non-RDC linker wrapper behavior with new offload driver.
56
// The linker wrapper should output .hipfb files directly without using -r option.

0 commit comments

Comments
 (0)