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") {
130130 td_file = " ../Basic/Attr.td"
131131}
132132
133+ clang_tablegen (" AttributeSpellingList" ) {
134+ args = [ " -gen-attribute-spelling-list" ]
135+ td_file = " Attr.td"
136+ }
137+
133138clang_tablegen (" Builtins" ) {
134139 args = [ " -gen-clang-builtins" ]
135140}
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ static_library("Basic") {
5454 ]
5555 deps = [
5656 " :write_vcsversion" ,
57+ " //clang/include/clang/Basic:AttributeSpellingList" ,
5758 " //clang/include/clang/Basic:AttrHasAttributeImpl" ,
5859 " //clang/include/clang/Basic:CXX11AttributeInfo" ,
5960 " //clang/include/clang/Basic:DiagnosticAllCompatIDs" ,
@@ -100,6 +101,7 @@ static_library("Basic") {
100101 " SanitizerSpecialCaseList.cpp" ,
101102 " Sanitizers.cpp" ,
102103 " Sarif.cpp" ,
104+ " SimpleTypoCorrection.cpp" ,
103105 " SourceLocation.cpp" ,
104106 " SourceManager.cpp" ,
105107 " SourceMgrAdapter.cpp" ,
You can’t perform that action at this time.
0 commit comments