From d0b87b3ede2e3b29ecbec29bf375f5bafa04e925 Mon Sep 17 00:00:00 2001 From: Duraid Madina Date: Thu, 17 Mar 2005 18:37:05 +0000 Subject: [PATCH] OK, IA64 is statically linked into llc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20655 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/IA64/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Target/IA64/Makefile b/lib/Target/IA64/Makefile index 041797999df..8bd2b6a790f 100644 --- a/lib/Target/IA64/Makefile +++ b/lib/Target/IA64/Makefile @@ -7,8 +7,6 @@ ##===----------------------------------------------------------------------===## 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 \