From: Misha Brukman Date: Sun, 31 Oct 2004 17:30:52 +0000 (+0000) Subject: No, really, the library name is `LLVMexecve' X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4ad0b11b95cb7ccc13ee80c6db2869beea3b0fd9;p=oota-llvm.git No, really, the library name is `LLVMexecve' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17366 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llee/Makefile b/tools/llee/Makefile index 8cbba3dc756..8a837096557 100644 --- a/tools/llee/Makefile +++ b/tools/llee/Makefile @@ -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::