[llvm-commits] CVS: llvm/test/Libraries/crtend/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu May 22 14:51:01 PDT 2003


Changes in directory llvm/test/Libraries/crtend:

Makefile updated: 1.1 -> 1.2

---
Log message:

Specify a list of symbols that should be exported by the library


---
Diffs of the changes:

Index: llvm/test/Libraries/crtend/Makefile
diff -u llvm/test/Libraries/crtend/Makefile:1.1 llvm/test/Libraries/crtend/Makefile:1.2
--- llvm/test/Libraries/crtend/Makefile:1.1	Wed May 14 08:09:41 2003
+++ llvm/test/Libraries/crtend/Makefile	Thu May 22 14:50:30 2003
@@ -2,6 +2,8 @@
 LIBNAME = crtend
 Source = crtend.c listend.ll
 
+EXPORTED_SYMBOL_LIST = __main,llvm.global_ctors,llvm.global_dtors
+
 include ../Makefile.libs
 
 install:: $(DESTLIBNAME)





More information about the llvm-commits mailing list