[LLVMdev] llvm-ld -Xlinker trivial patch

Chris Lattner sabre at nondot.org
Tue Jan 8 19:02:32 PST 2008


On Mon, 7 Jan 2008, Daniel Teske wrote:
> The -Xlinker command line option is currently broken.
> E.g. llvm-ld -native -lXXX -Xlinker=YYY  will call the native linker with the
> otpions: -XXX -YYY -lXXX
>
> The attached patch removes the obviously wrong line.

Applied, thanks!
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080107/056984.html

-Chris

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



More information about the llvm-dev mailing list