[llvm-commits] [Review request] unittests/JITTests on Cygming.

NAKAMURA Takumi geek4civic at gmail.com
Mon Nov 22 03:56:31 PST 2010


unittests/JITTests can run on Cygming.

Makefile.rules              |   16 +++++++++++-----
unittests/CMakeLists.txt    |    4 ++++
unittests/Makefile.unittest |    8 +++++---
3 files changed, 20 insertions(+), 8 deletions(-)

GNU ld/PECOFF accepts but ignores them below;
  --version-script
  --export-dynamic
  --rpath

Although it would be better to detect them with autoconf,
for now, they can be suppressed in Makefile.rules.

To link with --export-all-symbols, unittests/JITTests can run.

...Takumi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-unittests-JITTests-Don-t-use-export-dynamic-but-expo.patch
Type: application/octet-stream
Size: 2864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101122/78f1cb6c/attachment.obj>


More information about the llvm-commits mailing list