forked from OSchip/llvm-project
LLEE execve() wrapper library has changed its name and location
llvm-svn: 17339
This commit is contained in:
parent
9a51b8ca7c
commit
8600a7ac84
|
@ -17,7 +17,7 @@ llee: $(TOOLDIR)/llee
|
|||
|
||||
$(TOOLDIR)/llee: Makefile
|
||||
@$(ECHO) Constructing llee shell script
|
||||
$(VERB) echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
|
||||
$(VERB) echo exec env LD_PRELOAD=$(LIBDIR)/libLLVMexecve$(SHLIBEXT) $$\* > $@
|
||||
$(VERB) chmod u+x $@
|
||||
|
||||
clean::
|
||||
|
|
Loading…
Reference in New Issue