diff options
author | Med Ismail Bennani <medismail.bennani@gmail.com> | 2020-08-19 22:04:35 +0200 |
---|---|---|
committer | Med Ismail Bennani <medismail.bennani@gmail.com> | 2020-08-20 00:36:32 +0200 |
commit | 868b45b5b31d1203cab09ae0306f4c47e6070f68 (patch) | |
tree | 1b88ba2908e420de8fe11a187da6b5250b41af9d /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 428bebaf10e177db5e42206ca8f871f0bcbef058 (diff) | |
download | llvm-868b45b5b31d1203cab09ae0306f4c47e6070f68.zip llvm-868b45b5b31d1203cab09ae0306f4c47e6070f68.tar.gz llvm-868b45b5b31d1203cab09ae0306f4c47e6070f68.tar.bz2 |
[lldb/interpreter] Add REPL-specific init file
This patch adds the infrastructure to have language specific REPL init
files. It's the foundation work to a following patch that will introduce
Swift REPL init file.
When lldb is launched with the `--repl` option, it will look for a REPL
init file in the home directory and source it. This overrides the
default `~/.lldbinit`, which content might make the REPL behave
unexpectedly. If the REPL init file doesn't exists, lldb will fall back
to the default init file.
rdar://65836048
Differential Revision: https://reviews.llvm.org/D86242
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions