summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/runtime/GCCLibraries/crtend/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/crtend/Makefile b/llvm/runtime/GCCLibraries/crtend/Makefile
index 049e35c8631..7fa16aab863 100644
--- a/llvm/runtime/GCCLibraries/crtend/Makefile
+++ b/llvm/runtime/GCCLibraries/crtend/Makefile
@@ -2,6 +2,8 @@ LEVEL = ../../..
LIBNAME = crtend
Source = crtend.c listend.ll
+EXPORTED_SYMBOL_LIST = __main,llvm.global_ctors,llvm.global_dtors
+
include ../Makefile.libs
install:: $(DESTLIBNAME)
OpenPOWER on IntegriCloud