diff options
author | Mariusz Borsa <wrotki@msn.com> | 2024-05-08 12:23:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 12:23:25 -0700 |
commit | 63c38ba64ebe079439e29acf43f24c33ecf44f4c (patch) | |
tree | 5d96772f2fa727d48299098df801326d691d731d /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 1464aee3767bf516633ce595ccd89a9cb50ae763 (diff) | |
download | llvm-63c38ba64ebe079439e29acf43f24c33ecf44f4c.zip llvm-63c38ba64ebe079439e29acf43f24c33ecf44f4c.tar.gz llvm-63c38ba64ebe079439e29acf43f24c33ecf44f4c.tar.bz2 |
[Sanitizers] Fix fake_test_gc not working on devices (#91284)
The way the LIT RUN command is currently constructed ( %run not --crash
%t ) causes the test failure on devices - since 'not' is a LLVM built
command, not available on devices.
Changing the command to read 'not --crash %run %t' fixes it, as 'not'
now executes on the host running the test.
rdar://115914588
Co-authored-by: Mariusz Borsa <m_borsa@apple.com>
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions