[Openmp-commits] [PATCH] D11821: [OpenMP] Initial testsuite change to purely llvm-lit based testing

Jack Howarth via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 22 12:09:59 PDT 2015


jhowarth added a comment.

There is one issue with http://reviews.llvm.org/rL248211. On darwin, the check-libomp test suite run depends on DYLD_LIBRARY_PATH being passed along through make. This isn't true in El Capitan due to the System Integrity Protection pruning of DYLD_LIBRARY_PATH.

https://developer.apple.com/library/prerelease/ios/documentation/Security/Conceptual/System_Integrity_Protection_Guide/System_Integrity_Protection_Guide.pdf

The fix is to modify the cmake build such that "-Wl,-rpath,$libomp_path" is appended to LIBOMP_TEST_CFLAGS on darwin.


Repository:
  rL LLVM

http://reviews.llvm.org/D11821





More information about the Openmp-commits mailing list