[PATCH] D120577: [14.x] [clang] [test] Skip hip-fpie-option.hip if default-pie

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 25 11:02:04 PST 2022


mgorny created this revision.
mgorny added a reviewer: MaskRay.
Herald added a subscriber: yaxunl.
mgorny requested review of this revision.

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.


https://reviews.llvm.org/D120577

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


Index: clang/test/Driver/hip-fpie-option.hip
===================================================================
--- clang/test/Driver/hip-fpie-option.hip
+++ 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. 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120577.411463.patch
Type: text/x-patch
Size: 403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220225/1bf3b063/attachment.bin>


More information about the cfe-commits mailing list