Revert r282483 - [cmake] Add linker option "-Wl,-z,defs" in standalone build
authorMichal Gorny <mgorny@gentoo.org>
Tue, 27 Sep 2016 18:54:02 +0000 (18:54 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Tue, 27 Sep 2016 18:54:02 +0000 (18:54 +0000)
commit0e40bee847937859524c41a01065128d95b7888b
tree03ef1725765b76d093d2784858c7271b31f82a51
parentc37eb11f35a7d7938724c3b1dee563bbc3d50582
Revert r282483 - [cmake] Add linker option "-Wl,-z,defs" in standalone build

Revert r282483 as it causes build failures due to missing symbols when
not linking to -lgcc_s (i.e. doing pure LLVM stack build). The patch can
be reintroduced when the build system is fixed to add all needed
libraries (libunwind, compiler-rt).

llvm-svn: 282524
libcxx/CMakeLists.txt