Revert "Fix a linker issue with clang-check on Linux."

This reverts commit r241636 as it turned out to be unnecessary.

llvm-svn: 241684
This commit is contained in:
Adrian Prantl 2015-07-08 15:57:42 +00:00
parent 21b53a5120
commit dfb9618687
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ set( LLVM_LINK_COMPONENTS
Support
)
set(LLVM_NO_DEAD_STRIP 1)
add_clang_executable(clang-check
ClangCheck.cpp
)