This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
45c7205b61
llvm-project
/
llvm
/
lib
/
ToolDrivers
/
CMakeLists.txt
3 lines
58 B
CMake
Raw
Normal View
History
Unescape
Escape
llvm: add llvm-dlltool support to the archiver A PE COFF spec compliant import library generator. Intended to be used with mingw-w64. Supports: PE COFF spec (section 8, Import Library Format) PE COFF spec (Aux Format 3: Weak Externals) Reviewed By: ruiu Differential Revision: https://reviews.llvm.org/D29892 This reapplies rL308329, which was reverted in rL308374 llvm-svn: 308379
2017-07-19 05:26:38 +08:00
add_subdirectory
(
llvm-dlltool
)
Add missing files llvm-svn: 302996
2017-05-14 06:10:13 +08:00
add_subdirectory
(
llvm-lib
)