[llvm-commits] CVS: llvm/lib/Target/IA64/Makefile
Duraid Madina
duraid at octopus.com.au
Thu Mar 17 10:29:15 PST 2005
Changes in directory llvm/lib/Target/IA64:
Makefile updated: 1.1 -> 1.2
---
Log message:
build the IA64 target as a .so for now
---
Diffs of the changes: (+2 -0)
Makefile | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/IA64/Makefile
diff -u llvm/lib/Target/IA64/Makefile:1.1 llvm/lib/Target/IA64/Makefile:1.2
--- llvm/lib/Target/IA64/Makefile:1.1 Thu Mar 17 12:17:03 2005
+++ llvm/lib/Target/IA64/Makefile Thu Mar 17 12:29:04 2005
@@ -7,6 +7,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMIA64
+SHARED_LIBRARY = 1
+LOADABLE_MODULE = 1
TARGET = IA64
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = IA64GenRegisterInfo.h.inc IA64GenRegisterNames.inc \
More information about the llvm-commits
mailing list