blob: 8c29aa5a7b3f47a0c259add09e7447ad951327d1 [file] [log] [blame]
/*
* check ARCH setting.
*
* 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
*/
#if !__x86_64__
# error ARCH setting does not match the compiler.
#endif