From: Sanjiv Gupta Date: Wed, 21 Oct 2009 17:27:23 +0000 (+0000) Subject: Build shared lib instead of an archive. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=36a9c8f0b3c5a9ae606283c62a725b9bf75df070;p=oota-llvm.git Build shared lib instead of an archive. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84764 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PIC16/PIC16Passes/Makefile b/lib/Target/PIC16/PIC16Passes/Makefile index cbb34b3e511..00f95a00ab2 100644 --- a/lib/Target/PIC16/PIC16Passes/Makefile +++ b/lib/Target/PIC16/PIC16Passes/Makefile @@ -9,7 +9,7 @@ LEVEL = ../../../.. TARGET = PIC16 LIBRARYNAME = LLVMpic16passes -BUILD_ARCHIVE = 1 +LOADABLE_MODULE = 1