[llvm-bugs] [Bug 26932] New: Clang passes along -stdlib=whatever to gcc (which rejects it)

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Mar 13 19:21:50 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=26932

            Bug ID: 26932
           Summary: Clang passes along -stdlib=whatever to gcc (which
                    rejects it)
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: mizvekov at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

When targeting arm-none-eabi, clang falls back to linking with gcc.

Problem is, clang passes along any "-stdlib=whatever" option to gcc, which
rejects it.

-- 
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/20160314/8962eded/attachment-0001.html>


More information about the llvm-bugs mailing list