diff options
author | Rui Ueyama <ruiu@google.com> | 2017-02-23 06:47:18 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-02-23 06:47:18 +0000 |
commit | 6e0142d78ceb59dbb9590d2e6d4136521728d9c3 (patch) | |
tree | c014331a2e51b95ad06a68b24c1869067ceadb9b /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | b27bb59a5db3e533a5abb80451848bb49d8e9837 (diff) | |
download | bcm5719-llvm-6e0142d78ceb59dbb9590d2e6d4136521728d9c3.tar.gz bcm5719-llvm-6e0142d78ceb59dbb9590d2e6d4136521728d9c3.zip |
Use isa<MergeInputSection> to check if a section is a merge section.
We have InputSection, MergeInputSection and EhInputSection, so
isa<MergeInputSection> is equivalent to !isa<InputSection> && !isa<
EhInputSection>.
llvm-svn: 295937
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions