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>
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/
Possibly Parallel Threads
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?
- BIND segway -> python -> first-class ports
- [LLVMdev] Is the option --enable-shared discontinued in 2.7?