[PATCH] D92521: [tsan] Fix build failure with _FORTIFY_SOURCE
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 7 13:08:50 PST 2020
vitalybuka added a comment.
In D92521#2434442 <https://reviews.llvm.org/D92521#2434442>, @tstellar wrote:
> 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?
How exactly do you call cmake to reproduce this?
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