[PATCH] D65768: hwasan: Untag global variable addresses in tests.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 14:45:36 PDT 2019
pcc marked an inline comment as done.
pcc added inline comments.
================
Comment at: compiler-rt/test/hwasan/TestCases/utils.h:10
+
+__attribute__((no_sanitize("hwaddress"))) int untag_printf(const char *fmt, ...) {
+ va_list ap;
----------------
hctim wrote:
> Nit: > 80char
No idea why clang-format isn't obeying <=80 cols here, oh well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65768/new/
https://reviews.llvm.org/D65768
More information about the llvm-commits
mailing list