aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Module.cpp
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2021-11-04 16:06:12 -0700
committerYonghong Song <yhs@fb.com>2021-11-04 16:06:12 -0700
commitce7ac9e66aba2b937b3d3b5505ce6cc75dcc56ac (patch)
treea6bb62463cb2813ad896e8dcb0e637df6413bf94 /llvm/lib/IR/Module.cpp
parentd4b1cf8f9c48a49ab808df15c4ab378276a07b82 (diff)
downloadllvm-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