[PATCH] D131806: Update hwasan test to fix failure on older Android API versions.

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 16:01:21 PDT 2022


vitalybuka added inline comments.


================
Comment at: clang/test/CodeGen/sanitizer-special-case-list-globals.c:5
 // RUN: %clang_cc1 -emit-llvm %s -o -\
 // RUN: -fsanitize-ignorelist=%S/Inputs/sanitizer-special-case-list-globals.txt \
 // RUN: | FileCheck %s --check-prefix=NONE
----------------
to avoid inconsistency between runs on  different platforms, it should probably just run with a fixed 
triple, like MEMTAG


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131806/new/

https://reviews.llvm.org/D131806



More information about the cfe-commits mailing list