diff --git a/clang/test/OpenMP/implicit_rpath.c b/clang/test/OpenMP/implicit_rpath.c index 308658e0ce0598..4629beea06e67e 100644 --- a/clang/test/OpenMP/implicit_rpath.c +++ b/clang/test/OpenMP/implicit_rpath.c @@ -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