summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/DynamicLibrary/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix DynamicLibraryTests build on Windows when LLVM_EXPORT_SYMBOLS_FOR_PLUGINS...Michael Platings2018-11-281-0/+7
* [Unittests] Change linker flags of dynamic library testsMikhail Maltsev2018-06-111-1/+8
* use standard llvm cmake formatting for targets defined in plugin testsNico Weber2018-05-181-3/+9
* Give shared modules in unittests the platform-native extension, make PipSquea...Nico Weber2018-05-161-9/+2
* Rename three cxx files in unittests to cpp.Nico Weber2018-05-151-2/+5
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloadingMichal Gorny2017-11-271-0/+7
* Move these CMake projects into the Tests folder on IDEs like Visual Studio ra...Aaron Ballman2017-11-041-0/+2
* Revert r305313 & r305303, self-hosting build-bot isn’t liking it.Frederich Munch2017-06-131-2/+1
* Fix self hosting build-bot failure from r305303 by adjusting DynamicLibraryTe...Frederich Munch2017-06-131-0/+1
* Force RegisterStandardPasses to construct std::function in the IPO library.Frederich Munch2017-06-131-1/+1
* Export the required symbol from DynamicLibraryTestsRoger Ferrer Ibanez2017-06-121-1/+3
* Close DynamicLibraries in reverse order they were opened.Frederich Munch2017-06-051-10/+15
* Revert "Export the required symbol from DynamicLibraryTests"Roger Ferrer Ibanez2017-05-261-1/+0
* Export the required symbol from DynamicLibraryTestsRoger Ferrer Ibanez2017-05-261-0/+1
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-271-0/+19
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-19/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-0/+19
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-19/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-0/+19
OpenPOWER on IntegriCloud