1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Revert "Export the required symbol from DynamicLibraryTests"

This breaks sanitizer-x86_64-linux-fast buildbot.

llvm-svn: 304005
This commit is contained in:
Roger Ferrer Ibanez 2017-05-26 17:08:49 +00:00
parent f6ad853bdc
commit c7b247d9e4
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
set(LLVM_LINK_COMPONENTS Support)
set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/DynamicLibraryTests.exports)
add_llvm_unittest(DynamicLibraryTests DynamicLibraryTest.cpp)
export_executable_symbols(DynamicLibraryTests)