No, really, the library name is `LLVMexecve'

llvm-svn: 17366
This commit is contained in:
Misha Brukman 2004-10-31 17:30:52 +00:00
parent 254afc4614
commit 619a24c4d9
1 changed files with 1 additions and 1 deletions

View File

@ -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::