[all-commits] [llvm/llvm-project] 94ec0b: Change "target.save-jit-objects" to "target.save-j...
jimingham via All-commits
all-commits at lists.llvm.org
Mon Mar 7 17:45:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94ec0b6c5ab8b5cd2f418f872ae2bbb2be3c550e
https://github.com/llvm/llvm-project/commit/94ec0b6c5ab8b5cd2f418f872ae2bbb2be3c550e
Author: Jim Ingham <jingham at apple.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M lldb/include/lldb/Interpreter/OptionValue.h
M lldb/include/lldb/Target/Target.h
M lldb/source/Expression/IRExecutionUnit.cpp
M lldb/source/Target/Target.cpp
M lldb/source/Target/TargetProperties.td
M lldb/test/API/commands/expression/save_jit_objects/TestSaveJITObjects.py
Log Message:
-----------
Change "target.save-jit-objects" to "target.save-jit-objects-dir".
The old command wrote to CWD, which doesn't always work, and if it
didn't, there was no workaround (and it crashed on failure). This
patch changed the setting to provide a directory to save the objects
to.
Differential Revision: https://reviews.llvm.org/D121036
More information about the All-commits
mailing list