summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/DynamicLibrary
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* 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-162-12/+7
* Rename three cxx files in unittests to cpp.Nico Weber2018-05-153-5/+8
* [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
* Allow clients to specify search order of DynamicLibraries.Frederich Munch2017-07-121-0/+10
* Revert r305313 & r305303, self-hosting build-bot isn’t liking it.Frederich Munch2017-06-133-39/+3
* 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-133-3/+38
* Export the required symbol from DynamicLibraryTestsRoger Ferrer Ibanez2017-06-125-4/+23
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Close DynamicLibraries in reverse order they were opened.Frederich Munch2017-06-054-35/+88
* Revert "Export the required symbol from DynamicLibraryTests"Roger Ferrer Ibanez2017-05-262-2/+0
* Export the required symbol from DynamicLibraryTestsRoger Ferrer Ibanez2017-05-262-0/+2
* Reapply part of rL303015, fixing just the DynamicLibaryTest. AddDimitry Andric2017-05-171-1/+3
* Revert r303015, because it has the unintended side effect of breakingDimitry Andric2017-05-171-3/+1
* Fix DynamicLibraryTest.cpp on FreeBSD and NetBSDDimitry Andric2017-05-141-1/+3
* Fix a few pedantic warnings.Frederich Munch2017-04-271-2/+2
* Limit disabling of warnings emitted from r301571 by checking __GNUC__.Frederich Munch2017-04-271-1/+1
* Fix warnings from test added in r301562 on Windows (when built without except...Frederich Munch2017-04-271-0/+10
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-274-0/+207
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-244-207/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-244-0/+207
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-244-207/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-244-0/+207
OpenPOWER on IntegriCloud