[LLVMbugs] Can't get llvm-as linked by setting LDFLAGS

Chris Lattner sabre at nondot.org
Fri Oct 15 13:32:02 PDT 2004


On Fri, 15 Oct 2004, Henrik Bach wrote:

> >
> >How and where did you add the flag?
> >
>
> I added the flag in the <llvm-src>/tools/llvm-as/Makefile:
> ----------------------
> LEVEL = ../..
> TOOLNAME = llvm-as
> USEDLIBS = asmparser bcwriter vmcore support.a LLVMsystem.a
> #hb:
> LDFLAGS += -ldbghelp

Arg, I'm sorry, you really want to add it to TOOLLINKOPTS:

TOOLLINKOPTS += -ldbghelp

Sorry about that,

-Chris

-- 
http://llvm.org/
http://nondot.org/sabre/




More information about the llvm-bugs mailing list