[LLVMbugs] [Bug 17277] New: Teach converts from gcc about -I vs. -Wa, -I

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Sep 18 12:57:04 PDT 2013


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

            Bug ID: 17277
           Summary: Teach converts from gcc about -I vs. -Wa,-I
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: fischman at chromium.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Programmers used to gcc's ways attempt to use -Wa,-I... to pass include paths
to the assembler (equiv., -Xassembler -I...).  This is useless in clang, where
they should simply say -I...

It would be nice if instead of merely saying something like:
clang: error: unsupported argument '-Igen/third_party/libvpx' to option
'Xassembler'
clang taught the programmer how to do it right.


(filing this per suggestion from grosbach on #llvm)

-- 
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/20130918/46bb52a6/attachment.html>


More information about the llvm-bugs mailing list