[lldb][NFC] Make test/python_api/module_section test smaller
authorRaphael Isemann <teemperor@gmail.com>
Mon, 4 Nov 2019 08:25:01 +0000 (09:25 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 4 Nov 2019 08:25:01 +0000 (09:25 +0100)
commit848007cfbc7509543c5b8604ae063bb6c8ffa0a9
tree77437683c243b18dcf10cb1b9a6ccbaff91b5ac9
parentdf12a75a19682cfeee12c38ae5113043dddffda8
[lldb][NFC] Make test/python_api/module_section test smaller

Summary:
I don't see why this test needs to compile this rather complicated file for just testing module sections. This just removes all this code with a simple
"Hello world!" program which should be faster to compile

Reviewers: labath, davide, JDevlieghere

Reviewed By: JDevlieghere

Subscribers: jfb, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D69705
lldb/packages/Python/lldbsuite/test/python_api/module_section/main.cpp