comparison tools/llvm-shlib/libllvm.cpp @ 122:36195a0db682

merging ( incomplete )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 17 Nov 2017 20:32:31 +0900 (2017-11-17)
parents 1172e4bd9c6f
children c2174574ed3a
comparison
equal deleted inserted replaced
119:d9df2cbd60cd 122:36195a0db682
9 // 9 //
10 // This file is empty and serves only the purpose of making CMake happy because 10 // This file is empty and serves only the purpose of making CMake happy because
11 // you can't define a target with no sources. 11 // you can't define a target with no sources.
12 // 12 //
13 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===//
14
15 #include "llvm/Config/config.h"
16
17 #if defined(DISABLE_LLVM_DYLIB_ATEXIT)
18 extern "C" int __cxa_atexit();
19 extern "C" int __cxa_atexit() { return 0; }
20 #endif