summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-02-23 06:47:18 +0000
committerRui Ueyama <ruiu@google.com>2017-02-23 06:47:18 +0000
commit6e0142d78ceb59dbb9590d2e6d4136521728d9c3 (patch)
treec014331a2e51b95ad06a68b24c1869067ceadb9b /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parentb27bb59a5db3e533a5abb80451848bb49d8e9837 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud