http://llvm.org/bugs/show_bug.cgi?id=16978

            Bug ID: 16978
           Summary: Cannot provide architecture specific flags to linker
                    (i.e. -Xarch doesn't interact with -Xlinker)
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

-Xarch has a rule where it does not allow options that take arguments, for
example -Xlinker.  In particular, I want to do "-Xarch_i386 -Xlinker
-allow_heap_execution".  This is very important because it's an error on the
mac LD to supply the allow_heap_execution argument in a 64 bit link, so this
bug is preventing me from using the driver to create a fat binary in one step.

-- 
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