Skip to content

Commit

Permalink
[clang] [test] Skip hip-fpie-option.hip if default-pie
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mgorny committed Feb 25, 2022
1 parent cdd8cca commit df3182a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/Driver/hip-fpie-option.hip
@@ -1,4 +1,5 @@
// REQUIRES: clang-driver, amdgpu-registered-target
// UNSUPPORTED: default-pie-on-linux

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

0 comments on commit df3182a

Please sign in to comment.