[clang] baee029 - [OpenMP] Disable rpath test on hexagon as no linker available
Jon Chesterfield via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 31 10:03:36 PST 2022
Author: Jon Chesterfield
Date: 2022-01-31T18:03:31Z
New Revision: baee02959c3710737efd29ef35203cf9cb800d84
URL: https://github.com/llvm/llvm-project/commit/baee02959c3710737efd29ef35203cf9cb800d84
DIFF: https://github.com/llvm/llvm-project/commit/baee02959c3710737efd29ef35203cf9cb800d84.diff
LOG: [OpenMP] Disable rpath test on hexagon as no linker available
Added:
Modified:
clang/test/OpenMP/implicit_rpath.c
Removed:
################################################################################
diff --git a/clang/test/OpenMP/implicit_rpath.c b/clang/test/OpenMP/implicit_rpath.c
index 308658e0ce05..4629beea06e6 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
More information about the cfe-commits
mailing list