[LLVMbugs] [Bug 7321] New: --foo=bar flags are passed to subprocesses as "--foo= bar"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jun 8 14:45:10 PDT 2010


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

           Summary: --foo=bar flags are passed to subprocesses as "--foo=
                    bar"
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: daniel at zuster.org
        ReportedBy: jyasskin at google.com
                CC: llvmbugs at cs.uiuc.edu


For example:

$ echo 'int main() {}'|Debug/bin/clang -v -x c++ - -c --output=~/tmp/test.o
...
 "/usr/bin/gcc" -v --output= ~/tmp/test.o -c -m64 -o ~/tmp/test.o -x assembler
/tmp/cc-zgKNml.s
gcc: ~/tmp/test.o: No such file or directory
...

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



More information about the llvm-bugs mailing list