mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
acbbf4bf78
This change causes issues with distributed build systems, which may only have compiler binaries without any runtime libraries. See discussion about this on https://reviews.llvm.org/D15225. llvm-svn: 338444
6 lines
186 B
C
6 lines
186 B
C
// Make sure AddressSanitizer disables _FORTIFY_SOURCE on Darwin.
|
|
|
|
// RUN: %clang -fsanitize=address %s -E -dM -target x86_64-darwin | FileCheck %s
|
|
|
|
// CHECK: #define _FORTIFY_SOURCE 0
|