Hello,
I am writing to inquire about the availability of any
"__sanitizer_cov_trace_basic_block" implementations in gcc. I somewhat
learned from the following mail discussion (
https://gcc.gnu.org/pipermail/gcc-patches/2015-December/437137.html) that
`__sanitizer_cov_trace_basic_block` is provided
Snapshot gcc-10-20200620 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/10-20200620/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 10 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Hello,
I have a question on API version formatting.
I have been looking at the get_api_version() and get_api_version_string()
documentation:
https://www.openmp.org/spec-html/5.0/openmpsu213.html#x269-17920005.5.1.2
I also saw how LLVM implements it using macro to store the information:
https://git