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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs