1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Provide archive version of CodeGen library (for those tools that only need

IntrinsicLowering, for instance).

llvm-svn: 14323
This commit is contained in:
Misha Brukman 2004-06-22 17:28:43 +00:00
parent e1ab44ea7a
commit 261c779bd6

View File

@ -10,5 +10,6 @@
LEVEL = ../..
PARALLEL_DIRS = InstrSched SelectionDAG
LIBRARYNAME = codegen
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common