[all-commits] [llvm/llvm-project] 81ff4d: [sanitizer_common][test] Fix huge_malloc.c UNSUPPO...

rorth via All-commits all-commits at lists.llvm.org
Sun Jul 2 04:27:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81ff4d6f2e45d42060992f724ec305c507f31505
      https://github.com/llvm/llvm-project/commit/81ff4d6f2e45d42060992f724ec305c507f31505
  Author: Rainer Orth <ro at gcc.gnu.org>
  Date:   2023-07-02 (Sun, 02 Jul 2023)

  Changed paths:
    M compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c

  Log Message:
  -----------
  [sanitizer_common][test] Fix huge_malloc.c UNSUPPORTED syntax

`lit` doesn't accept arbitrary substrings of the target triple any longer,
so d5a779b5a39b655ed9fafedaacbb017c46f5dbfe
<https://reviews.llvm.org/rGd5a779b5a39b655ed9fafedaacbb017c46f5dbfe> has
no effect.

Instead, this patch uses the `target=` syntax as all other tests in
`compiler-rt`.

Tested on `amd64-pc-solaris2.11`.

Differential Revision: https://reviews.llvm.org/D154298




More information about the All-commits mailing list