[all-commits] [llvm/llvm-project] 69935d: [Clang][Sanitizers] Expect test failure on {arm, th...

Marco Elver via All-commits all-commits at lists.llvm.org
Thu May 28 02:36:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 69935d86aed1b691c5f33a2141f15cb3aaee1af6
      https://github.com/llvm/llvm-project/commit/69935d86aed1b691c5f33a2141f15cb3aaee1af6
  Author: Marco Elver <elver at google.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M clang/test/CodeGen/sanitize-coverage.c

  Log Message:
  -----------
  [Clang][Sanitizers] Expect test failure on {arm,thumb}v7

Summary:
Versions of LLVM built on {arm,thumb}v7 appear to have differently
configured pass managers, which causes restrictions on which sanitizers
we may use.

As such, expect failure of the recently added "sanitize-coverage.c" test
on these architectures until we can investigate armv7's restrictions.

Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=46117

Reviewers: vitalybuka, glider

Reviewed By: glider

Subscribers: glider, kristof.beyls, danielkiss, cfe-commits, vvereschaka

Tags: #clang

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




More information about the All-commits mailing list