aboutsummaryrefslogtreecommitdiff
path: root/lib/ReaderWriter/CMakeLists.txt
AgeCommit message (Expand)Author
2015-04-10Remove the Native file format.Rui Ueyama
2015-02-20Remove YAML/Native round-trip passes.Rui Ueyama
2015-01-21Fix five of the shared library build targetsGreg Fitzgerald
2015-01-21add_lld_library -> add_llvm_libraryGreg Fitzgerald
2015-01-20Disable C4062 on Windows.Zachary Turner
2015-01-16Add LLVM_LINK_COMPONENTS for the shared object buildGreg Fitzgerald
2014-11-11Revert "Add support library."Shankar Easwaran
2014-11-10Add support library.Shankar Easwaran
2014-02-26[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi
2014-02-26lldReaderWriter: move LLVM_LINK_COMPONENTS. It seems Subdirectories don't dep...NAKAMURA Takumi
2013-12-19[lld] Introduce registry and Reference kind tupleNick Kledzik
2013-12-06Move definitions to cpp file. No functionality change.Rui Ueyama
2013-11-24[InputGraph][Gnu] Add LinkerScript support.Shankar Easwaran
2013-10-07[lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran
2013-09-02ReaderWriter depends on Passes.Joerg Sonnenberger
2013-08-06Rename TargetInfo -> LinkingContext.Rui Ueyama
2013-04-04This is my Driver refactoring patch. Nick Kledzik
2013-03-01Add basic linker script parsing.Michael J. Spencer
2012-12-04Add library dependencies to the lld cmake build.Benjamin Kramer
2012-11-13Adding support to resolve symbols with archive libraries in lldShankar Easwaran
2012-05-31Major refactoring: Remove Platform concept. In its place there are Nick Kledzik