http://llvm.org/bugs/show_bug.cgi?id=17160
Bug ID: 17160
Summary: Error when trying to build fat binaries of compiler-rt
Product: compiler-rt
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: compiler-rt
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
When I try building fat binaries of LLVM 3.3 on OS X, it errors when trying to
build compiler-rt. I use the following configure command:
"../llvm-3.3/configure CC='xcrun -sdk macosx10.8 clang -arch i386 -arch x86_64'
CXX='xcrun -sdk macosx10.8 clang++ -arch i386 -arch x86_64' CPP='xcrun -sdk
macosx10.8 clang -arch x86_64 -E' CXXCPP='xcrun -sdk macosx10.8 clang++ -arch
x86_64 -E' --enable-optimized --disable-assertions"
When it tries making compiler_rt, lipo complains there's no files specified,
and the build stops. LLVM and Clang were built successfully, however.
--
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