forked from OSchip/llvm-project
[OpenMP] Disable rpath test on hexagon as no linker available
This commit is contained in:
parent
1ed0b0e657
commit
baee02959c
|
@ -1,4 +1,5 @@
|
|||
// UNSUPPORTED: system-windows
|
||||
// UNSUPPORTED: hexagon
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue