[all-commits] [llvm/llvm-project] 63c38b: [Sanitizers] Fix fake_test_gc not working on devic...

Mariusz Borsa via All-commits all-commits at lists.llvm.org
Wed May 8 12:23:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63c38ba64ebe079439e29acf43f24c33ecf44f4c
      https://github.com/llvm/llvm-project/commit/63c38ba64ebe079439e29acf43f24c33ecf44f4c
  Author: Mariusz Borsa <wrotki at msn.com>
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp

  Log Message:
  -----------
  [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 at apple.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list