diff options
author | Anders Waldenborg <anders@0x63.nu> | 2013-10-15 13:04:27 +0000 |
---|---|---|
committer | Anders Waldenborg <anders@0x63.nu> | 2013-10-15 13:04:27 +0000 |
commit | 0c3b65392207e462cff1b62e4a5b264532506ca5 (patch) | |
tree | 9fdb6c4ea24fb66777114388ee20b14ac273656a /llvm/lib/Target/Makefile | |
parent | a72f6a57e9a1be066cf5496ec699a015a79018dc (diff) | |
download | bcm5719-llvm-0c3b65392207e462cff1b62e4a5b264532506ca5.tar.gz bcm5719-llvm-0c3b65392207e462cff1b62e4a5b264532506ca5.zip |
Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atleast) windows and darwin.
llvm-svn: 192697
Diffstat (limited to 'llvm/lib/Target/Makefile')
-rw-r--r-- | llvm/lib/Target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Makefile b/llvm/lib/Target/Makefile index cfa2edb4afe..50a360f1f86 100644 --- a/llvm/lib/Target/Makefile +++ b/llvm/lib/Target/Makefile @@ -15,6 +15,6 @@ BUILD_ARCHIVE = 1 # value for PARALLEL_DIRS which must be set before Makefile.rules is included include $(LEVEL)/Makefile.config -PARALLEL_DIRS := $(TARGETS_TO_BUILD) AllTargetsBindings +PARALLEL_DIRS := $(TARGETS_TO_BUILD) include $(LLVM_SRC_ROOT)/Makefile.rules |