projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
213cd61
)
Link order: it matters.
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 27 Sep 2009 20:58:01 +0000
(20:58 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sun, 27 Sep 2009 20:58:01 +0000
(20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82925
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/Makefile.unittest
patch
|
blob
|
history
diff --git
a/unittests/Makefile.unittest
b/unittests/Makefile.unittest
index 355e6a34f51cb5c67d37ed140d1842e53863226b..214a1e865eae27c05e7db2eb362bac83796553da 100644
(file)
--- a/
unittests/Makefile.unittest
+++ b/
unittests/Makefile.unittest
@@
-25,7
+25,7
@@
LIBS += -lGoogleTest -lUnitTestMain
$(LLVMUnitTestExe): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths)
$(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg)
$(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \
- $(L
LVMLibsOptions) $(ExtraLibs) $(TOOLLINKOPTSB) $(LIBS
)
+ $(L
IBS) $(LLVMLibsOptions) $(ExtraLibs) $(TOOLLINKOPTSB
)
$(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
$(StripWarnMsg)