From baee02959c3710737efd29ef35203cf9cb800d84 Mon Sep 17 00:00:00 2001 From: Jon Chesterfield Date: Mon, 31 Jan 2022 18:02:31 +0000 Subject: [PATCH] [OpenMP] Disable rpath test on hexagon as no linker available --- clang/test/OpenMP/implicit_rpath.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/OpenMP/implicit_rpath.c b/clang/test/OpenMP/implicit_rpath.c index 308658e..4629bee 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 -- 2.7.4