Unverified Commit 63c38ba6 authored by Mariusz Borsa's avatar Mariusz Borsa Committed by GitHub
Browse files

[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: default avatarMariusz Borsa <m_borsa@apple.com>
parent 1464aee3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment