This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGecb00a77624c: [VFS] Add support to RedirectingFileSystem for
mapping a virtual directory to… (authored by nathawes).
Repository:
rG LLVM Github Mo
nathawes updated this revision to Diff 320646.
nathawes added a comment.
Made the following changes as a speculative fix for the windows test failures
in the pre-merge checks:
- When appending the remaining path components to the external redirect path of
a directory-remap entry, use the separa
nathawes updated this revision to Diff 320257.
nathawes marked an inline comment as done.
nathawes edited the summary of this revision.
nathawes set the repository for this revision to rG LLVM Github Monorepo.
nathawes added a comment.
Herald added a project: LLDB.
Herald added a subscriber: lldb-c
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG719f77844175: [VFS] Combine VFSFromYamlDirIterImpl and
OverlayFSDirIterImpl into a single… (authored by nathawes).
Repository:
rG LLVM Github Mono
nathawes updated this revision to Diff 320031.
nathawes added a comment.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
- Rename `error_code` to `EC` in `shouldFallBackToExternalFS()` to match
existing conventions in the file.
- Update a missed `RedirectingFileEntry` refer
nathawes updated this revision to Diff 191904.
nathawes added a comment.
Updated the test based on feedback from @aprantl and also to specifically check
we don't see the output from the -o and -s commands.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59681/new/
https://reviews.llvm.or
nathawes marked an inline comment as done.
nathawes added inline comments.
Comment at: lldb/lit/Driver/TestRepl.test:2
+# RUN: echo ':quit' | %lldb -x --repl -O 'expr 42' -S %S/Inputs/Print2.in -o
'expr something invalid' -s %s 2>&1 | FileCheck %s
+# CHECK: warning: commands spe
nathawes created this revision.
nathawes added reviewers: aprantl, jingham.
Herald added a subscriber: abidh.
Herald added a project: LLDB.
At the moment when `--repl` is passed to `lldb` it silently ignores any
commands passed via the options below:
--one-line-before-file