[all-commits] [llvm/llvm-project] ed17b6: [lldb] Extract FileSystem initialization code into...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Aug 20 15:10:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed17b6f6308f81273919532d422e3858d9a7c1da
https://github.com/llvm/llvm-project/commit/ed17b6f6308f81273919532d422e3858d9a7c1da
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths:
M lldb/source/Initialization/SystemInitializerCommon.cpp
Log Message:
-----------
[lldb] Extract FileSystem initialization code into helper (NFC)
The FileSystem initialization depends on the reproducer mode. It has
been growing organically to the point where it deserves its own helper
function. This also allows for early returns to simplify the code.
More information about the All-commits
mailing list