From 7bf22cd500244de45ea3b697060385c0bb4a2298 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Tue, 22 Dec 2015 20:06:50 +0000 Subject: [PATCH] Add a .td file I forgot to add in r256277. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256279 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/AttributesCompatFunc.td | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/IR/AttributesCompatFunc.td diff --git a/lib/IR/AttributesCompatFunc.td b/lib/IR/AttributesCompatFunc.td new file mode 100644 index 00000000000..7c85b3da9ab --- /dev/null +++ b/lib/IR/AttributesCompatFunc.td @@ -0,0 +1 @@ +include "llvm/IR/Attributes.td" -- 2.34.1