[PATCH] D92521: [tsan] Fix build failure with _FORTIFY_SOURCE

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 12:00:16 PST 2020


tstellar added a comment.

In D92521#2434366 <https://reviews.llvm.org/D92521#2434366>, @vitalybuka wrote:

> Can you add a test probably in sanitizer_common which reproduces the issue?

The build failure is when building compiler-rt itself, and not in the application trying to use compiler-rt.  Should I just create a test mini-sanitizer with one interceptor to demonstrate the problem?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92521/new/

https://reviews.llvm.org/D92521



More information about the llvm-commits mailing list