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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs