summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-11-19 03:19:42 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-11-19 03:19:42 +0000
commit0f60ddc2776c1cc4cb0e379041419a55df55c8c2 (patch)
tree42c23c04ee2832a3807bf69f82551f03d0c3f146 /unittests/ExecutionEngine
parent130a2dd3c60e17b6bac054e3adf69205bf37afae (diff)
downloadllvm-0f60ddc2776c1cc4cb0e379041419a55df55c8c2.tar.gz
llvm-0f60ddc2776c1cc4cb0e379041419a55df55c8c2.tar.bz2
llvm-0f60ddc2776c1cc4cb0e379041419a55df55c8c2.tar.xz
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.def4
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 0000000000..17c91e87bc
--- /dev/null
+++ b/unittests/ExecutionEngine/JIT/JITTests.def
@@ -0,0 +1,4 @@
+EXPORTS
+getPointerToNamedFunction
+JITTest_AvailableExternallyFunction
+JITTest_AvailableExternallyGlobal