[LLVMdev] llvm-ld -Xlinker trivial patch
Daniel Teske
dteske at trolltech.com
Mon Jan 7 05:07:41 PST 2008
Hi,
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.
daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-ld-xlinker.patch
Type: text/x-diff
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080107/283a90a5/attachment.patch>
More information about the llvm-dev
mailing list