Displaying 2 results from an estimated 2 matches for "d54487".
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 llvm-dev post, and I was not sure who specifically would be
interested in reviewing the changes.
Thanks,
Scott
2018 Nov 13
2
New llvm.commandline named metadata
...PM via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 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 llvm-dev post, and I was not sure who specifically would be
> interested in reviewing the changes.
>
>...