[clang] 22cd235 - [OpenMP] Disable rpath test in windows for lack of a libomp.lib stub

Jon Chesterfield via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 31 09:22:59 PST 2022


Author: Jon Chesterfield
Date: 2022-01-31T17:22:50Z
New Revision: 22cd2356125ad4e2ade92b91fb0123f9afce182c

URL: https://github.com/llvm/llvm-project/commit/22cd2356125ad4e2ade92b91fb0123f9afce182c
DIFF: https://github.com/llvm/llvm-project/commit/22cd2356125ad4e2ade92b91fb0123f9afce182c.diff

LOG: [OpenMP] Disable rpath test in windows for lack of a libomp.lib stub

Added: 
    

Modified: 
    clang/test/OpenMP/implicit_rpath.c

Removed: 
    


################################################################################
diff  --git a/clang/test/OpenMP/implicit_rpath.c b/clang/test/OpenMP/implicit_rpath.c
index 8f314e31f243..308658e0ce05 100644
--- a/clang/test/OpenMP/implicit_rpath.c
+++ b/clang/test/OpenMP/implicit_rpath.c
@@ -1,3 +1,5 @@
+// UNSUPPORTED: system-windows
+
 // RUN: %clang -fopenmp %s -L%S/Inputs -o %t && llvm-readelf --dynamic-table %t | FileCheck %s --check-prefixes=CHECK-DEFAULT
 // RUN: %clang -fopenmp -fopenmp-implicit-rpath %s -L%S/Inputs -o %t && llvm-readelf --dynamic-table %t | FileCheck %s --check-prefixes=CHECK-EXPLICIT
 // RUN: %clang -fopenmp -fno-openmp-implicit-rpath %s -L%S/Inputs -o %t && llvm-readelf --dynamic-table %t | FileCheck %s --check-prefixes=CHECK-DISABLED


        


More information about the cfe-commits mailing list