[PATCH] D46459: [asan] On RTEMS, checks for asan_inited before entering ASan run-time

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 14:32:03 PDT 2018


kcc added a comment.

I don't like this. 
It adds lots of boiler-plate code that we can not test.

I understand the limitations that you describe in the commit message, but please try to find a solution that doesn't pollute the code with platfom-specific ifs()


Repository:
  rL LLVM

https://reviews.llvm.org/D46459





More information about the llvm-commits mailing list