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:
ec59b95
)
use PROJ_SRC_DIR so this builds with Apple style builds
author
Nick Kledzik
<kledzik@apple.com>
Wed, 27 Feb 2008 22:23:46 +0000
(22:23 +0000)
committer
Nick Kledzik
<kledzik@apple.com>
Wed, 27 Feb 2008 22:23:46 +0000
(22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47694
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/lto2/Makefile
patch
|
blob
|
history
diff --git
a/tools/lto2/Makefile
b/tools/lto2/Makefile
index 30f6ed818788f004a639c7d8389993683d299e6b..29a5ce3f1044b6f2f0adf29060a0a8d3f0d26b46 100644
(file)
--- a/
tools/lto2/Makefile
+++ b/
tools/lto2/Makefile
@@
-36,7
+36,7
@@
ifeq ($(OS),Darwin)
# extra options to override libtool defaults
LLVMLibsOptions := $(LLVMLibsOptions) \
-no-undefined -avoid-version \
- -Wl,-exported_symbols_list -Wl,lto.exports \
+ -Wl,-exported_symbols_list -Wl,
$(PROJ_SRC_DIR)/
lto.exports \
-Wl,-dead_strip \
-Wl,-install_name \
-Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)" \