aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2025-10-28 08:50:51 -0500
committerGitHub <noreply@github.com>2025-10-28 08:50:51 -0500
commit29c830cbf8c65fcab7f96f92c8466cbcc9924dd1 (patch)
tree8abdca6bf1e9e19c98c093740b1663225ffdb523 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
parentf162488b9468fe16671e254331e0d12f713127c4 (diff)
downloadllvm-29c830cbf8c65fcab7f96f92c8466cbcc9924dd1.zip
llvm-29c830cbf8c65fcab7f96f92c8466cbcc9924dd1.tar.gz
llvm-29c830cbf8c65fcab7f96f92c8466cbcc9924dd1.tar.bz2
[test][DebugInfo] Fix location of test build artifacts (#165349)
The test added in #161067 writes artifacts to the current dir, i.e. `test.o` / `test.dwo` / `test.dwp`, which might not be writeable. Tests should use `%t` for test artifact location, i.e. `%t.o` / `%t.dwo` / `%t.dwp` However, since `"test.dwo"` is part of the assembly source file used as a test input, and that's not something lit will substitute, that typical approach doesn't work. We can instead ensure the output is in a good location by running `cd %t` (after setting it up).
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions