[PATCH] D111199: [Clang][LLVM][Attr] support btf_type_tag attribute

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 5 01:40:13 PDT 2021


mstorsjo added a comment.

I went ahead and reverted this, as it caused crashes when compiling a number of projects. The most reduced testcase is this:

  $ cat reduced.c 
  void a(*);
  void a() {}
  $ clang -c reduced.c -O2 -g

A full case (which reduces into this) is this, https://martin.st/temp/iconv-preproc.c, built with `clang -target i686-w64-mingw32 -w -c -O2 -g iconv-preproc.c`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111199/new/

https://reviews.llvm.org/D111199



More information about the llvm-commits mailing list