[all-commits] [llvm/llvm-project] d77556: [dwarfdump] Fix bogus incompatible tag warning
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Oct 26 16:39:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d77556549a4ea940edba3dfa388cbec4c3bb7f20
https://github.com/llvm/llvm-project/commit/d77556549a4ea940edba3dfa388cbec4c3bb7f20
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
M llvm/include/llvm/BinaryFormat/Dwarf.def
M llvm/test/tools/llvm-dwarfdump/AArch64/ptrauth.s
Log Message:
-----------
[dwarfdump] Fix bogus incompatible tag warning
Because DW_TAG_LLVM_ptrauth_type is not marked as a type, dwarfdump
currently emits a spurious error: DIE has DW_AT_type with incompatible
tag DW_TAG_LLVM_ptrauth_type. This patch fixes that and adds a test.
More information about the All-commits
mailing list