forked from OSchip/llvm-project
No, really, the library name is `LLVMexecve'
llvm-svn: 17366
This commit is contained in:
parent
254afc4614
commit
619a24c4d9
|
@ -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)/libLLVMexecve$(SHLIBEXT) $$\* > $@
|
||||
$(Verb) chmod u+x $@
|
||||
|
||||
clean::
|
||||
|
|
Loading…
Reference in New Issue