[PATCH] D136807: [clang][Sema] Fix a clang crash with btf_type_tag

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 05:50:27 PDT 2022


aaron.ballman added a comment.

The changes generally look good to me, but can you add a release note for the fix as well?



================
Comment at: clang/test/Sema/attr-btf_type_tag-func-ptr.c:1
+// RUN: %clang_cc1 -x c -triple x86_64-pc-linux-gnu -dwarf-version=4 -fsyntax-only -verify %s
+
----------------
Does the dwarf version actually matter or can that be removed as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136807



More information about the cfe-commits mailing list