index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Modules
/
Inputs
/
check-for-sanitizer-feature
/
check.h
blob: 74b4628d1230a2f0d4f1aaf9d92f8f3c778b8629 (
plain
)
1
2
3
4
5
#if __has_feature(address_sanitizer) #define HAS_ASAN 1 #else #define HAS_ASAN 0 #endif