Skip to content

Commit 09ac8d7

Browse files
bcardosolopeslanza
authored andcommitted
[CIR] Add missing tablegen include
1 parent bbe9010 commit 09ac8d7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

clang/include/clang/CIR/Dialect/IR/CIRTBAAAttrs.td

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
//
9+
// This file defines TBAA related attributes
10+
//
11+
//===----------------------------------------------------------------------===//
12+
13+
include "clang/CIR/Dialect/IR/CIRTypes.td"
14+
115
//===----------------------------------------------------------------------===//
216
// TBAAAttr
317
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)