diff options
author | Connie Zhu <60797237+connieyzhu@users.noreply.github.com> | 2024-08-27 10:37:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 10:37:51 -0700 |
commit | 81cd7358a2ce411c99512d055e98d0b9dc119c14 (patch) | |
tree | 2439c89717366021bef1c453ef37e15477801c12 /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 6b86f51b98197420b3d9bb44a1d9ae3d3b118df8 (diff) | |
download | llvm-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/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions