diff options
Diffstat (limited to 'llvm/tools/llvm-shlib/libllvm.cpp')
-rw-r--r-- | llvm/tools/llvm-shlib/libllvm.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/tools/llvm-shlib/libllvm.cpp b/llvm/tools/llvm-shlib/libllvm.cpp index 8424d660c9d..40b4f66b073 100644 --- a/llvm/tools/llvm-shlib/libllvm.cpp +++ b/llvm/tools/llvm-shlib/libllvm.cpp @@ -11,10 +11,3 @@ // you can't define a target with no sources. // //===----------------------------------------------------------------------===// - -#include "llvm/Config/config.h" - -#if defined(DISABLE_LLVM_DYLIB_ATEXIT) -extern "C" int __cxa_atexit(); -extern "C" int __cxa_atexit() { return 0; } -#endif |