[cfe-commits] [PATCH] Fix PR14474.

Benjamin Kramer benny.kra at gmail.com
Sat Dec 1 11:31:58 PST 2012


  > But isn't this a bug in the codegen itself?

  This bug is in the (target-independent) IRGen part of clang. I was referring to the target-dependent stuff in LLVM that generates the machine code. This confusion is one of the reasons why I support renaming clang's part from CodeGen to IRGen ;)

http://llvm-reviews.chandlerc.com/D151



More information about the cfe-commits mailing list