[llvm-commits] [Review request] [PR8225] Add exports to unittests/JITTests.exe on win32(s)

NAKAMURA Takumi geek4civic at gmail.com
Wed Nov 10 00:21:17 PST 2010


Hello konbanwa.

I made a patch for unittests/CMakeLists.txt to pass JITTests.exe.

[  PASSED  ] 25 tests.

With GNU ld/PECOFF, --export-all-symbols can export all globals.
For MSVC, I simply gave JITTests.def to source lists.

It seems *.def is ignored on cmake/mingw/msys.


Happy testing ...Takumi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-unittests-CMakeLists.txt-PR8225-Tweak-linking-JITTes.patch
Type: application/octet-stream
Size: 1747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101110/f73c471b/attachment.obj>


More information about the llvm-commits mailing list