[compiler-rt] [Sanitizers] Intercept timer_create (PR #112285)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 19:34:42 PDT 2024
================
@@ -237,6 +237,9 @@
(SI_FREEBSD || SI_NETBSD || SI_LINUX || SI_SOLARIS)
#define SANITIZER_INTERCEPT_CLOCK_GETCPUCLOCKID \
(SI_LINUX || SI_FREEBSD || SI_NETBSD)
+// TODO: This should be SI_POSIX, adding Linux first until I have time
----------------
thurstond wrote:
> until I have time
Perhaps you need a timer?
https://github.com/llvm/llvm-project/pull/112285
More information about the llvm-commits
mailing list