summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/DominatorTreeTest.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-06-17 20:40:43 +0000
committerRui Ueyama <ruiu@google.com>2015-06-17 20:40:43 +0000
commit151d862d97abd497c0d6fb351f1b07169b67ba1e (patch)
treee9bdcc3858b1c9f76dddc6bdd21fa37590d8ee55 /llvm/unittests/IR/DominatorTreeTest.cpp
parent63e09bf70b65610e54837b57e6fca0c5492db8df (diff)
downloadbcm5719-llvm-151d862d97abd497c0d6fb351f1b07169b67ba1e.tar.gz
bcm5719-llvm-151d862d97abd497c0d6fb351f1b07169b67ba1e.zip
COFF: Create import library files.
On Windows, we have to create a .lib file for each .dll. When linking against DLLs, the linker doesn't use the DLL files, but instead read a list of dllexported symbols from corresponding lib files. A library file containing descriptors of a DLL is called an import library file. lib.exe has a feature to create an import library file from a module-definition file. In this patch, we create a module-definition file and pass that to lib.exe. We eventually want to create an import library file by ourselves to eliminate dependency to lib.exe. For now, we just use the MSVC tool. llvm-svn: 239937
Diffstat (limited to 'llvm/unittests/IR/DominatorTreeTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud