[all-commits] [llvm/llvm-project] 848007: [lldb][NFC] Make test/python_api/module_section te...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Nov 4 00:25:29 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 848007cfbc7509543c5b8604ae063bb6c8ffa0a9
https://github.com/llvm/llvm-project/commit/848007cfbc7509543c5b8604ae063bb6c8ffa0a9
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/python_api/module_section/main.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list