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.
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.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits