[LLVMdev] bdver1 cpu(bulldozer) support with dragonegg
Jan Killius
tmpnerd at googlemail.com
Tue Nov 29 13:17:29 PST 2011
Hello,
if I compile with dragonegg and -march=native I get this message:
'bdver1' is not a recognized processor for this target (ignoring processor)
Is there any plan to support this cpu ?
Here the full example the source file doesn't matter.
gcc -s -static -Wall -O2 -march=native -fplugin=dragonegg.so
-fplugin-arg-dragonegg-enable-gcc-optzns pointer.c -o pointer
'bdver1' is not a recognized processor for this target (ignoring processor)
More information about the llvm-dev
mailing list