[LLVMbugs] [Bug 1241] NEW: LLVM-GCC on PowerPC doesn't support the -mmmx option
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Mar 4 15:16:43 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1241
Summary: LLVM-GCC on PowerPC doesn't support the -mmmx option
Product: new-bugs
Version: unspecified
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: isanbard at gmail.com
For this program:
#include <mmintrin.h>
void foo()
{
_mm_empty();
}
GCC compiles it like so:
$ gcc -arch i386 -mmmx -S t.c
$
But LLVM-GCC gives an error:
$ llvm-gcc -arch i386 -mmmx -S t.c
cc1: error: invalid option 'mmx'
$
This is almost certainly a front-end issue.
-bw
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list