[PATCH] D41272: Don't try to run MCJIT/OrcJIT EH tests when C++ library is statically linked

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 18:54:33 PST 2017


phosek updated this revision to Diff 127978.
phosek edited the summary of this revision.
phosek added a comment.

I have reworked this patch to use `llvm-readobj` relying on the `-needed-libs` which will be supported in ELF, COFF and Mach-O after https://reviews.llvm.org/D41529 and https://reviews.llvm.org/D41527 lands.


https://reviews.llvm.org/D41272

Files:
  test/ExecutionEngine/MCJIT/eh-lg-pic.ll
  test/ExecutionEngine/MCJIT/eh.ll
  test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
  test/ExecutionEngine/MCJIT/remote/eh.ll
  test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
  test/ExecutionEngine/OrcMCJIT/eh.ll
  test/ExecutionEngine/OrcMCJIT/multi-module-eh-a.ll
  test/ExecutionEngine/OrcMCJIT/remote/eh.ll
  test/lit.cfg.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41272.127978.patch
Type: text/x-patch
Size: 4606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171222/ea34dbf0/attachment.bin>


More information about the llvm-commits mailing list