Skip to content

Commit

Permalink
disable tests if no aie
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenneuendorffer committed Apr 27, 2024
1 parent da6c01b commit d4d8044
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions clang/test/CodeGen/aie/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d4d8044

Please sign in to comment.