-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Closed
Copy link
Labels
clang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'compiler-rt:nsanNumerical stability sanitizerNumerical stability sanitizerquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
CC: @alexander-shaposhnikov, @firewave, @cjappl
I know this is closely related to:
but how to you enable support for the Numerical Sanitizer (NSan) described in the paper:
- “NSan: A Floating-Point Numerical Sanitizer” https://arxiv.org/pdf/2102.12782 (paper from 2021)
?
Is this as simple as setting a compiler option or do you need to build a version of LLVM Clang++ that even has support for NSan?
I can likely dig through source code and other places to figure this out, but I thought I might just ask.
Metadata
Metadata
Assignees
Labels
clang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'compiler-rt:nsanNumerical stability sanitizerNumerical stability sanitizerquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!