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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to