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 1f9970e468
commit e7c9d80670

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