diff options
author | Fangrui Song <i@maskray.me> | 2024-09-25 10:32:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 10:32:40 -0700 |
commit | abe0dd195a3b2630afdc5c1c233eb2a068b2d72f (patch) | |
tree | 17b462f55d4e185ade83d93325fc90f0f48b9b99 /clang/lib/Lex/ModuleMap.cpp | |
parent | 3c348bf5435896bea70f613d9bdcc542201075b4 (diff) | |
download | llvm-abe0dd195a3b2630afdc5c1c233eb2a068b2d72f.zip llvm-abe0dd195a3b2630afdc5c1c233eb2a068b2d72f.tar.gz llvm-abe0dd195a3b2630afdc5c1c233eb2a068b2d72f.tar.bz2 |
[llvm-objdump] Print ... even if a data mapping symbol is active
Swap `!DisassembleZeroes` and `if (DumpARMELFData)` conditions so that
in the false DisassembleZeroes case (default), `...` will be printed for
long consecutive zeroes, even when a data mapping symbol is active.
This is especially useful for certain lld tests that insert a huge
padding within a code section. Without `...` the output will be huge.
Pull Request: https://github.com/llvm/llvm-project/pull/109553
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions