File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ static_library("Support") {
119
119
" PrettyStackTrace.cpp" ,
120
120
" RISCVAttributeParser.cpp" ,
121
121
" RISCVAttributes.cpp" ,
122
- " RISCVISAInfo .cpp" ,
122
+ " RISCVISAUtils .cpp" ,
123
123
" RWMutex.cpp" ,
124
124
" RandomNumberGenerator.cpp" ,
125
125
" Regex.cpp" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ static_library("TargetParser") {
13
13
" CSKYTargetParser.cpp" ,
14
14
" Host.cpp" ,
15
15
" LoongArchTargetParser.cpp" ,
16
+ " RISCVISAInfo.cpp" ,
16
17
" RISCVTargetParser.cpp" ,
17
18
" SubtargetFeature.cpp" ,
18
19
" TargetParser.cpp" ,
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ unittest("SupportTests") {
71
71
" ProcessTest.cpp" ,
72
72
" ProgramTest.cpp" ,
73
73
" RISCVAttributeParserTest.cpp" ,
74
- " RISCVISAInfoTest.cpp" ,
75
74
" RegexTest.cpp" ,
76
75
" ReplaceFileTest.cpp" ,
77
76
" ReverseIterationTest.cpp" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ unittest("TargetParserTests") {
10
10
sources = [
11
11
" CSKYTargetParserTest.cpp" ,
12
12
" Host.cpp" ,
13
+ " RISCVISAInfoTest.cpp" ,
13
14
" RISCVTargetParserTest.cpp" ,
14
15
" TargetParserTest.cpp" ,
15
16
" TripleTest.cpp" ,
You can’t perform that action at this time.
0 commit comments