[OpenMP] Disable rpath test on hexagon as no linker available

This commit is contained in:
Jon Chesterfield 2022-01-31 18:02:31 +00:00
parent 1ed0b0e657
commit baee02959c
1 changed files with 1 additions and 0 deletions

View File

@ -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