[all-commits] [llvm/llvm-project] 791f13: [lldb] Remove out of order OperatingSystemPython::...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Jan 17 04:03:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 791f132132b2078cc0171e58332159cd5dafa55e
https://github.com/llvm/llvm-project/commit/791f132132b2078cc0171e58332159cd5dafa55e
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M lldb/source/API/SystemInitializerFull.cpp
Log Message:
-----------
[lldb] Remove out of order OperatingSystemPython::Terminate call in SystemInitializerFull
We already call it later in the method (which is in the right order as we Initialize it
at the of the constructor).
More information about the All-commits
mailing list