[llvm-commits] [llvm] r118422 - in /llvm/trunk: lib/Target/ARM/ARMAsmPrinter.cpp lib/Target/ARM/ARMBuildAttrs.h test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll

Anton Korobeynikov anton at korobeynikov.info
Mon Nov 8 10:37:16 PST 2010


Hi Jason,

> +    if (CPUString != "generic") {
> +      if (CPUString == "cortex-a8") {
This looks pretty gross. Is it possible to generalize stuff somehow?
E.g. via the mapping of CPU names => supported attributes.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list