diff --git a/clang/test/CodeGen/aie/lit.local.cfg b/clang/test/CodeGen/aie/lit.local.cfg new file mode 100644 index 000000000000..6add855be317 --- /dev/null +++ b/clang/test/CodeGen/aie/lit.local.cfg @@ -0,0 +1,11 @@ +# lit.local.cfg ---------------------------------------------------*- Python -*- +# +# 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 +# +# +# Modifications (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates + +if not "aie-registered-target" in config.available_features: + config.unsupported=True \ No newline at end of file