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:
ab9ef2a
)
No, really, the library name is `LLVMexecve'
author
Misha Brukman
<brukman+llvm@gmail.com>
Sun, 31 Oct 2004 17:30:52 +0000
(17:30 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Sun, 31 Oct 2004 17:30:52 +0000
(17:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17366
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llee/Makefile
patch
|
blob
|
history
diff --git
a/tools/llee/Makefile
b/tools/llee/Makefile
index 8cbba3dc7568e868f4f8043a115d30d20191007c..8a837096557c80b45ead0f18b97b585fdf433d3f 100644
(file)
--- a/
tools/llee/Makefile
+++ b/
tools/llee/Makefile
@@
-18,7
+18,7
@@
llee: $(ToolDir)/llee
$(ToolDir)/llee: Makefile
$(Echo) Constructing llee shell script
- $(Verb) echo exec env LD_PRELOAD=$(LibDir)/libexecve$(SHLIBEXT) $$\* > $@
+ $(Verb) echo exec env LD_PRELOAD=$(LibDir)/lib
LLVM
execve$(SHLIBEXT) $$\* > $@
$(Verb) chmod u+x $@
clean::