http://llvm.org/bugs/show_bug.cgi?id=11198
Summary: [3.0 regression] llvm-ld can't find libc on debian
testing
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Using this bitcode mn.ll
define i32 @main() {
ret i32 0
}
$ llvm-ld mn.bc -lc
llvm-ld: error: Cannot find library 'c'
This breaks the nightly testsuite which invokes llvm-ld like this (i.e. passing
-lc).
Presumably this is because Debian has been moving its libraries to new
locations.
The nightly testsuite can be "fixed" by adding
LLVMLD_FLAGS += -L/usr/lib/x86_64-linux-gnu/
to Makefile.programs
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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