[Lldb-commits] [PATCH] D105732: [lldb] Update logic to close inherited file descriptors.

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 17 16:40:00 PDT 2021


MaskRay added a comment.

Drive-by: std::filesystem is unavailable for GCC<8. The minimum GCC version is 5, so std::filesystem isn't suitable. You may use`include/llvm/Support/FileSystem.h`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105732/new/

https://reviews.llvm.org/D105732



More information about the lldb-commits mailing list