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

Reply via email to