[PATCH] D41121: [sanitizer] Introduce a vDSO aware timing function
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 10:27:04 PST 2017
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_linux_libcdep.cc:723
+ return true;
+ if (&__progname && __progname && *__progname)
+ return true;
----------------
Can we restrict this symbol to Linux only?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41121
More information about the llvm-commits
mailing list