[LLVMbugs] [Bug 22438] New: [powerpc/x86-darwin8] clang and llvm compile errors and failure to run because of @rpath library references
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Feb 2 16:57:54 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22438
Bug ID: 22438
Summary: [powerpc/x86-darwin8] clang and llvm compile errors
and failure to run because of @rpath library
references
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: libclang
Assignee: unassignedclangbugs at nondot.org
Reporter: michael at weiser.dinsnail.net
CC: klimek at google.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 13799
--> http://llvm.org/bugs/attachment.cgi?id=13799&action=edit
conditionalize macro and @rpath usage
clang/llvm-3.5.1 and current trunk do not compile on powerpc-apple-darwin8
because they use some macros concerned with process management that don't
exist.
Also the binaries are linked with @rpath library references which dyld on
darwin8 does not support. An exception is already in Makefile.rules for
@executable_path.
The attached patch conditionalizes macro and @rpath usage. It is against 3.5.1
but also applies to trunk with acceptable offset.
--
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/20150203/52a83d4b/attachment.html>
More information about the llvm-bugs
mailing list