aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
diff options
context:
space:
mode:
authorConnie Zhu <60797237+connieyzhu@users.noreply.github.com>2024-08-27 10:37:51 -0700
committerGitHub <noreply@github.com>2024-08-27 10:37:51 -0700
commit81cd7358a2ce411c99512d055e98d0b9dc119c14 (patch)
tree2439c89717366021bef1c453ef37e15477801c12 /lldb/source/Commands/CommandObjectWatchpointCommand.cpp
parent6b86f51b98197420b3d9bb44a1d9ae3d3b118df8 (diff)
downloadllvm-81cd7358a2ce411c99512d055e98d0b9dc119c14.zip
llvm-81cd7358a2ce411c99512d055e98d0b9dc119c14.tar.gz
llvm-81cd7358a2ce411c99512d055e98d0b9dc119c14.tar.bz2
[compiler-rt][test] Rewrote test to fix usage of export with 2 arguments (#106143)
This patch fixes the incorrect usage of lit's built-in export command in this compiler-rt test. The export command only allows for one argument, but %env_asan_opts expands to "env ASAN_OPTIONS", which gives export two arguments instead of only one. Instead of using export, which propogates the environment variable value to all subsequent commands, the environment variable is manually set before all RUN lines following the original export line. This patch depends on https://github.com/llvm/llvm-project/pull/105961. Fixes https://github.com/llvm/llvm-project/issues/106142.
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions