[Lldb-commits] [PATCH] D69705: [lldb][NFC] Make test/python_api/module_section test smaller
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 1 04:47:06 PDT 2019
teemperor created this revision.
teemperor added reviewers: labath, davide, JDevlieghere.
Herald added subscribers: lldb-commits, jfb.
Herald added a project: LLDB.
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
Repository:
rLLDB LLDB
https://reviews.llvm.org/D69705
Files:
lldb/packages/Python/lldbsuite/test/python_api/module_section/main.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69705.227419.patch
Type: text/x-patch
Size: 4229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191101/38bf04c1/attachment-0001.bin>
More information about the lldb-commits
mailing list