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

           Summary: Support -Xarch_arch option on Darwin
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Driver
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
            Blocks: 5881


Darwin's GCC has a funny scheme where we can pass architecture-specific flags
with, e.g.,

  -Xarch_i386 -mmacosx-version-min=10.4

so that -mmacosx-version-min=10.4 will only be passed down the command-line
chain for -arch i386.

Qt uses this.

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

Reply via email to