diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-19 03:19:42 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-19 03:19:42 +0000 |
commit | 0f60ddc2776c1cc4cb0e379041419a55df55c8c2 (patch) | |
tree | 42c23c04ee2832a3807bf69f82551f03d0c3f146 /unittests/ExecutionEngine | |
parent | 130a2dd3c60e17b6bac054e3adf69205bf37afae (diff) | |
download | external_llvm-0f60ddc2776c1cc4cb0e379041419a55df55c8c2.zip external_llvm-0f60ddc2776c1cc4cb0e379041419a55df55c8c2.tar.gz external_llvm-0f60ddc2776c1cc4cb0e379041419a55df55c8c2.tar.bz2 |
unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITTests.def.
CMake can pass *.def to link.exe.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ExecutionEngine')
-rw-r--r-- | unittests/ExecutionEngine/JIT/JITTests.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unittests/ExecutionEngine/JIT/JITTests.def b/unittests/ExecutionEngine/JIT/JITTests.def new file mode 100644 index 0000000..17c91e8 --- /dev/null +++ b/unittests/ExecutionEngine/JIT/JITTests.def @@ -0,0 +1,4 @@ +EXPORTS +getPointerToNamedFunction +JITTest_AvailableExternallyFunction +JITTest_AvailableExternallyGlobal |