[llvm-commits] [llvm] r169218 - in /llvm/trunk: include/llvm/ lib/CodeGen/AsmPrinter/ lib/VMCore/ test/CodeGen/ARM/ test/CodeGen/Thumb/ test/CodeGen/X86/ test/DebugInfo/ test/DebugInfo/X86/ test/JitListener/

Bill Wendling isanbard at gmail.com
Wed Dec 5 13:06:40 PST 2012


On Dec 5, 2012, at 12:05 PM, Eric Christopher <echristo at gmail.com> wrote:

> It's pretty simple, the compile unit has the source language (look for AT_language) or Language in DwarfCompileUnit.h, basically we'll need a small function that checks the value of language and switches on that and the "known defaults" as to when we'd want to emit it.
> 
I was afraid you'd say something like that. :) Okay. I'll come up with something for review.

-bw






More information about the llvm-commits mailing list