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:
88560c3
)
LLEE execve() wrapper library has changed its name and location
author
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 29 Oct 2004 18:36:51 +0000
(18:36 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 29 Oct 2004 18:36:51 +0000
(18:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17339
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llee/Makefile
patch
|
blob
|
history
diff --git
a/tools/llee/Makefile
b/tools/llee/Makefile
index 9e9fc60a3c828bf0012ea890f60f34a5f347a134..6d0f0331e8e533ef56d57a28cb152f11d04992a8 100644
(file)
--- a/
tools/llee/Makefile
+++ b/
tools/llee/Makefile
@@
-17,7
+17,7
@@
llee: $(TOOLDIR)/llee
$(TOOLDIR)/llee: Makefile
@$(ECHO) Constructing llee shell script
- $(VERB) echo exec env LD_PRELOAD=$(
TOOLDIR)/lib
execve$(SHLIBEXT) $$\* > $@
+ $(VERB) echo exec env LD_PRELOAD=$(
LIBDIR)/libLLVM
execve$(SHLIBEXT) $$\* > $@
$(VERB) chmod u+x $@
clean::