| // Copyright 2025 The IREE Authors | |
| // | |
| // Licensed 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 | |
| // Indicates libbacktrace feature support. | |
| // This file is required by libbacktrace and is normally generated by autotools. | |
| #define BACKTRACE_SUPPORTED 1 | |
| #define BACKTRACE_USES_MALLOC 0 | |
| #define BACKTRACE_SUPPORTS_THREADS 1 | |
| #define BACKTRACE_SUPPORTS_DATA 1 |