[LLVMbugs] [Bug 6630] New: clang overwrites assembly inputs with -save-temps on Darwin
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 16 19:34:05 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6630
Summary: clang overwrites assembly inputs with -save-temps on
Darwin
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
--
ddunbar at ozzy:tmp$ touch t.s
ddunbar at ozzy:tmp$ clang -c -save-temps t.s -###
clang version 1.1 ($URL$ 98691)
Target: x86_64-apple-darwin10
Thread model: posix
"/Volumes/Data/ddunbar/llvm.obj.64/Debug/bin/clang" "-cc1" "-triple"
"x86_64-apple-darwin10.0.0" "-E" "-disable-free" "-main-file-name" "t.s"
"-pic-level" "1" "-mdisable-fp-elim" "-munwind-tables" "-target-cpu" "core2"
"-resource-dir" "/Volumes/Data/ddunbar/llvm.obj.64/Debug/lib/clang/1.1"
"-fmessage-length" "100" "-stack-protector" "1" "-fblocks"
"-fdiagnostics-show-option" "-o" "t.s" "-x" "assembler-with-cpp" "t.s"
"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/as" "-arch" "x86_64"
"-force_cpusubtype_ALL" "-o" "t.o" "t.s"
ddunbar at ozzy:tmp$
--
--
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