From c984df8602a8b2450cbdb6ff55fd49ba709a391e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 15 Jul 2009 06:35:19 +0000 Subject: Add TargetInfo libraries for all targets. - Intended to match current TargetMachine implementations. - No facilities for linking these in yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75751 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/CBackend/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Target/CBackend/Makefile') diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index 336de0c..3b5ef0f 100644 --- a/lib/Target/CBackend/Makefile +++ b/lib/Target/CBackend/Makefile @@ -9,6 +9,9 @@ LEVEL = ../../.. LIBRARYNAME = LLVMCBackend + +DIRS = TargetInfo + include $(LEVEL)/Makefile.common CompileCommonOpts += -Wno-format -- cgit v1.1