diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2021-01-12 13:09:49 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2021-01-12 13:09:49 +0300 |
commit | cc91efdabee05f749cb42e45aef1b45431844ade (patch) | |
tree | 7595a53c66c37fb574face74190c13d139295687 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 1e11402aa8e25d88c095a1c70fc87d2d9775186b (diff) | |
download | llvm-cc91efdabee05f749cb42e45aef1b45431844ade.zip llvm-cc91efdabee05f749cb42e45aef1b45431844ade.tar.gz llvm-cc91efdabee05f749cb42e45aef1b45431844ade.tar.bz2 |
[llvm-readobj] - An attempt to fix BB.
This adds the `template` keyword for 'getAsArrayRef' calls.
An example of error:
/b/1/openmp-gcc-x86_64-linux-debian/llvm.src/llvm/tools/llvm-readobj/ELFDumper.cpp:4491:50: error: use 'template' keyword to treat 'getAsArrayRef' as a dependent template name
for (const Elf_Rel &Rel : this->DynRelRegion.getAsArrayRef<Elf_Rel>())
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions