[LLVMbugs] [Bug 17020] New: "llvm-config --ldflags" outputs erroneous semicolon separators on Linux
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 28 00:26:42 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17020
Bug ID: 17020
Summary: "llvm-config --ldflags" outputs erroneous semicolon
separators on Linux
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: llvm-config
Assignee: unassignedbugs at nondot.org
Reporter: octoploid at yandex.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
A few days ago the output of "llvm-config --ldflags" changed from:
-L/usr/local/lib -lrt -ldl -lcurses -lpthread -lz
to:
-L/usr/local/lib -lrt;-ldl;-lcurses;-lpthread;-lz
on my Linux system. This is unparseable by the linker and causes
syntax errors when linking.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130828/e7356ea9/attachment.html>
More information about the llvm-bugs
mailing list