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