Skip to content

Commit df3182a

Browse files
committed
[clang] [test] Skip hip-fpie-option.hip if default-pie
Skip the hip-fpie-option.hip Driver test if default-pie-on-linux is used. This test currently relies on default-no-pie, and it has been changed to require default-pie in main. Differential Revision: https://reviews.llvm.org/D120577
1 parent cdd8cca commit df3182a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Driver/hip-fpie-option.hip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: clang-driver, amdgpu-registered-target
2+
// UNSUPPORTED: default-pie-on-linux
23

34
// -fPIC and -fPIE only affects host relocation model.
45
// device compilation always uses PIC.

0 commit comments

Comments
 (0)