Author: Michał Górny Date: 2022-02-25T21:02:00+01:00 New Revision: df3182a7df1913f8503fda9bb4553297f0b8571b
URL: https://github.com/llvm/llvm-project/commit/df3182a7df1913f8503fda9bb4553297f0b8571b DIFF: https://github.com/llvm/llvm-project/commit/df3182a7df1913f8503fda9bb4553297f0b8571b.diff LOG: [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 Added: Modified: clang/test/Driver/hip-fpie-option.hip Removed: ################################################################################ diff --git a/clang/test/Driver/hip-fpie-option.hip b/clang/test/Driver/hip-fpie-option.hip index 2e296a099dea..69a2954f6a90 100644 --- a/clang/test/Driver/hip-fpie-option.hip +++ b/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. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits