diff options
author | Yonghong Song <yhs@fb.com> | 2021-11-04 16:06:12 -0700 |
---|---|---|
committer | Yonghong Song <yhs@fb.com> | 2021-11-04 16:06:12 -0700 |
commit | ce7ac9e66aba2b937b3d3b5505ce6cc75dcc56ac (patch) | |
tree | a6bb62463cb2813ad896e8dcb0e637df6413bf94 /llvm/lib/IR/Module.cpp | |
parent | d4b1cf8f9c48a49ab808df15c4ab378276a07b82 (diff) | |
download | llvm-ce7ac9e66aba2b937b3d3b5505ce6cc75dcc56ac.zip llvm-ce7ac9e66aba2b937b3d3b5505ce6cc75dcc56ac.tar.gz llvm-ce7ac9e66aba2b937b3d3b5505ce6cc75dcc56ac.tar.bz2 |
BPF: fix a buildbot test failure
Commit 737e4216c537 ("[Attr] support btf_type_tag attribute")
added btf_type_tag support in llvm. Buildbot reported a
failure with attr-btf_type_tag.ll.
; CHECK-NEXT: DW_AT_type (0x[[T1:[0-9]+]] "int ***")
<stdin>:15:2: note: possible intended match here
DW_AT_type (0x0000002f "int ***")
The pattern [0-9]+ is not enough to match 0000002f, we
need [0-9a-f]+. This patch fixed the issue.
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions