File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
llvm/utils/gn/secondary/clang Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,11 @@ clang_tablegen("CXX11AttributeInfo") {
130
130
td_file = " ../Basic/Attr.td"
131
131
}
132
132
133
+ clang_tablegen (" AttributeSpellingList" ) {
134
+ args = [ " -gen-attribute-spelling-list" ]
135
+ td_file = " Attr.td"
136
+ }
137
+
133
138
clang_tablegen (" Builtins" ) {
134
139
args = [ " -gen-clang-builtins" ]
135
140
}
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ static_library("Basic") {
54
54
]
55
55
deps = [
56
56
" :write_vcsversion" ,
57
+ " //clang/include/clang/Basic:AttributeSpellingList" ,
57
58
" //clang/include/clang/Basic:AttrHasAttributeImpl" ,
58
59
" //clang/include/clang/Basic:CXX11AttributeInfo" ,
59
60
" //clang/include/clang/Basic:DiagnosticAllCompatIDs" ,
@@ -100,6 +101,7 @@ static_library("Basic") {
100
101
" SanitizerSpecialCaseList.cpp" ,
101
102
" Sanitizers.cpp" ,
102
103
" Sarif.cpp" ,
104
+ " SimpleTypoCorrection.cpp" ,
103
105
" SourceLocation.cpp" ,
104
106
" SourceManager.cpp" ,
105
107
" SourceMgrAdapter.cpp" ,
You can’t perform that action at this time.
0 commit comments