[lldb] Extract FileSystem initialization code into helper (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 20 Aug 2020 22:07:27 +0000 (15:07 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 20 Aug 2020 22:10:38 +0000 (15:10 -0700)
commited17b6f6308f81273919532d422e3858d9a7c1da
treef37c50903be91f38ff0c2b567ac766167d1f6f8a
parentb587ca93be114d07ec3bf654add97d7872325281
[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.
lldb/source/Initialization/SystemInitializerCommon.cpp