]> granicus.if.org Git - clang/commit
Revert r360946 "Add Clang shared library with C++ exports"
authorNico Weber <nicolasweber@gmx.de>
Fri, 17 May 2019 01:42:37 +0000 (01:42 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 17 May 2019 01:42:37 +0000 (01:42 +0000)
commitd7492232a628fd9741cf1e382fcba86fbb91cce7
treec1557f14b3d64c11c5251e92f4cb1f46bda629bd
parentd229be0397da72fcb56cc7c0c3f6a5e1e84f9060
Revert r360946 "Add Clang shared library with C++ exports"

It breaks LLVM_ENABLE_PIC=OFF builds, and it's not clear
if the object library approach doesn't impact the normal
clang binary.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360973 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddClang.cmake
tools/CMakeLists.txt
tools/clang-shlib/CMakeLists.txt [deleted file]
tools/clang-shlib/clang-shlib.cpp [deleted file]