[all-commits] [llvm/llvm-project] 97a670: [ASan][Test] Fix globals test on 32-bit architectures
Marco Elver via All-commits
all-commits at lists.llvm.org
Sat Jun 6 02:26:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 97a670958c240d469c6baf2d3c601d4dea286069
https://github.com/llvm/llvm-project/commit/97a670958c240d469c6baf2d3c601d4dea286069
Author: Marco Elver <elver at google.com>
Date: 2020-06-06 (Sat, 06 Jun 2020)
Changed paths:
M clang/test/CodeGen/asan-globals.cpp
Log Message:
-----------
[ASan][Test] Fix globals test on 32-bit architectures
Buildbot reports failures on e.g. armv7 and thumbv7. Fix the test by
expecting either i32 or i64 for the size-argument.
More information about the All-commits
mailing list