diff options
author | Douglas Katzman <dougk@google.com> | 2015-05-08 16:39:59 +0000 |
---|---|---|
committer | Douglas Katzman <dougk@google.com> | 2015-05-08 16:39:59 +0000 |
commit | 049887b252f7f7cca78ade06f03075f0df8d247c (patch) | |
tree | d3eb785f4d70f8dfba5ac03a774d1b0f1334b0a1 /llvm/unittests | |
parent | 42cc8fa592fa7b56cee11ae70bd66fd3e28c3cfc (diff) | |
download | bcm5719-llvm-049887b252f7f7cca78ade06f03075f0df8d247c.tar.gz bcm5719-llvm-049887b252f7f7cca78ade06f03075f0df8d247c.zip |
Unbreak build: Makefile must have the same change as CMakeLists.txt
This was omitted from http://reviews.llvm.org/D9441
(the irony is that that was to detect omissions in something else)
llvm-svn: 236878
Diffstat (limited to 'llvm/unittests')
-rw-r--r-- | llvm/unittests/Support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/Makefile b/llvm/unittests/Support/Makefile index 9c0a7f94d77..21657f12e3d 100644 --- a/llvm/unittests/Support/Makefile +++ b/llvm/unittests/Support/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = Support -LINK_COMPONENTS := core support +LINK_COMPONENTS := all-targets core support include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |