[OpenMP] Disable rpath test in windows for lack of a libomp.lib stub
authorJon Chesterfield <jonathanchesterfield@gmail.com>
Mon, 31 Jan 2022 17:22:50 +0000 (17:22 +0000)
committerJon Chesterfield <jonathanchesterfield@gmail.com>
Mon, 31 Jan 2022 17:22:50 +0000 (17:22 +0000)
clang/test/OpenMP/implicit_rpath.c

index 8f314e3..308658e 100644 (file)
@@ -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