//===-- options.inc ---------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #ifndef GWP_ASAN_OPTION #error "Define GWP_ASAN_OPTION prior to including this file!" #endif #ifndef GWP_ASAN_DEFAULT_ENABLED #define GWP_ASAN_DEFAULT_ENABLED true #endif #ifndef GWP_ASAN_STRINGIFY #define GWP_ASAN_STRINGIFY(S) GWP_ASAN_STRINGIFY_(S) #define GWP_ASAN_STRINGIFY_(S) #S #endif GWP_ASAN_OPTION( … }