This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Make test/python_api/module_section test smaller
ClosedPublic

Authored by teemperor on Nov 1 2019, 4:46 AM.

Details

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

Diff Detail

Event Timeline

teemperor created this revision.Nov 1 2019, 4:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2019, 4:46 AM
JDevlieghere accepted this revision.Nov 1 2019, 9:12 AM
This revision is now accepted and ready to land.Nov 1 2019, 9:12 AM
This revision was automatically updated to reflect the committed changes.