brintos

brintos / llvm-project-archived public Read only

0
0
Text · 186 B · 58b5be9 Raw
6 lines · c
1// Make sure AddressSanitizer disables _FORTIFY_SOURCE on Darwin.2 3// RUN: %clang -fsanitize=address  %s -E -dM -target x86_64-darwin | FileCheck %s4 5// CHECK: #define _FORTIFY_SOURCE 06