[Lldb-commits] [PATCH] D86996: [lldb] Add -l/--language option to script command
Fangrui Song via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 15 10:23:43 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/lib/Support/MemoryBuffer.cpp:460
- if (shouldUseMmap(FD, FileSize, MapSize, Offset, RequiresNullTerminator,
- PageSize, IsVolatile)) {
+ if (false) {
std::error_code EC;
----------------
I guess this was unintended. Fixed in 03f1516d6075f42dce95bcf9fde3f6fde97abd35
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86996/new/
https://reviews.llvm.org/D86996
More information about the lldb-commits
mailing list