search for: opt_dwarf_debug_flag

Displaying 2 results from an estimated 2 matches for "opt_dwarf_debug_flag".

Did you mean: opt_dwarf_debug_flags
2018 Nov 13
2
New llvm.commandline named metadata
> On Nov 13, 2018, at 1:07 PM, Reid Kleckner <rnk at google.com> wrote: > > Overall, I think we should do this. It's one of the most popular out of tree extensions that people make to LLVM and clang, and we want it for codeview anyway. Why isn't OPT_dwarf_debug_flags good enough for codeview? -- adrian > We currently don't emit a command line there. Other than that, I have some questions about how to do it. > > How will you associate the command line with the compilation unit to deal with regular (fat, not thin) LTO? It looks like you don't...
2018 Nov 13
2
New llvm.commandline named metadata
Hi llvm-dev, I have an implementation of -frecord-gcc-switches ready for Clang, and a named metadata node seemed like the correct way to approach this on the LLVM side. I have a review at https://reviews.llvm.org/D54487 which discusses some of the differences in implementation vs. GCC. A change to the set of "special" named metadata nodes seems like something that warrants an