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

Michael Spencer bigcheesegs at gmail.com
Wed Nov 10 06:57:14 PST 2010


On Wed, Nov 10, 2010 at 3:21 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 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
>

Looks good to me. Tested on Windows 7 x64 and MinGW.

- Michael Spencer




More information about the llvm-commits mailing list