aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2022-05-17 10:50:18 +0200
committerNikita Popov <npopov@redhat.com>2022-05-18 09:46:14 +0200
commitc4c01e4e4e388a1e3cefc9e3982ac15fb94d4f40 (patch)
tree4e0bfecd298b6e5a6cd44e9e38ea79657487950e /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
parentebad5fb309570765e8f121c441dcd90b5aa0536a (diff)
downloadllvm-c4c01e4e4e388a1e3cefc9e3982ac15fb94d4f40.zip
llvm-c4c01e4e4e388a1e3cefc9e3982ac15fb94d4f40.tar.gz
llvm-c4c01e4e4e388a1e3cefc9e3982ac15fb94d4f40.tar.bz2
[llvm-nm] Always use opaque pointers (PR55506)
Always enable opaque pointers in llvm-nm, because the tool doesn't actually care, and this allows us to read both typed pointer and opaque pointer bitcode files in one archive. Previously this depended on the order inside the archive (it would work with an opaque pointer bitcode file first, but fail with a typed pointer bitcode file first). Fixes https://github.com/llvm/llvm-project/issues/55506. Differential Revision: https://reviews.llvm.org/D125751
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions