[PATCH] D56594: [asan] Add fallback for Thumb after r350139
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 11 09:42:19 PST 2019
krytarowski added inline comments.
================
Comment at: lib/asan/asan_rtl.cc:386
+#if !defined(__thumb__)
static bool UNUSED __local_asan_dyninit = [] {
----------------
I would prefer to additionally specify Linux here, but for now it's good enough.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56594/new/
https://reviews.llvm.org/D56594
More information about the llvm-commits
mailing list