http://llvm.org/bugs/show_bug.cgi?id=4032
Summary: llc produces spurious error messages on Windows
Product: libraries
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: Transformation Utilities
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
On Windows, running llc (with or without arguments) produces the following
error messages:
E:\>llc
<premain>: CommandLine Error: Argument 'mattr' defined more than once!
<premain>: CommandLine Error: Argument 'mcpu' defined more than once!
<premain>: CommandLine Error: Argument 'march' defined more than once!
$ llc simple.bc
<premain>: CommandLine Error: Argument 'mattr' defined more than once!
<premain>: CommandLine Error: Argument 'mcpu' defined more than once!
<premain>: CommandLine Error: Argument 'march' defined more than once!
llc.exe: CommandLine Error: Argument 'mattr' defined more than once!
llc.exe: CommandLine Error: Argument 'mcpu' defined more than once!
llc.exe: CommandLine Error: Argument 'march' defined more than once!
The tool itself seems to work fine, however.
This is with recent trunk and a clean compile (with current MinGW).
--
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