File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ static_library("IR") {
31
31
" DataLayout.cpp" ,
32
32
" DebugInfo.cpp" ,
33
33
" DebugInfoMetadata.cpp" ,
34
- " DebugProgramInstruction.cpp" ,
35
34
" DebugLoc.cpp" ,
35
+ " DebugProgramInstruction.cpp" ,
36
36
" DiagnosticHandler.cpp" ,
37
37
" DiagnosticInfo.cpp" ,
38
38
" DiagnosticPrinter.cpp" ,
@@ -55,6 +55,7 @@ static_library("IR") {
55
55
" LegacyPassManager.cpp" ,
56
56
" MDBuilder.cpp" ,
57
57
" Mangler.cpp" ,
58
+ " MemoryModelRelaxationAnnotations.cpp" ,
58
59
" Metadata.cpp" ,
59
60
" Module.cpp" ,
60
61
" ModuleSummaryIndex.cpp" ,
@@ -79,10 +80,10 @@ static_library("IR") {
79
80
" TypedPointerType.cpp" ,
80
81
" Use.cpp" ,
81
82
" User.cpp" ,
83
+ " VFABIDemangler.cpp" ,
82
84
" Value.cpp" ,
83
85
" ValueSymbolTable.cpp" ,
84
86
" VectorBuilder.cpp" ,
85
87
" Verifier.cpp" ,
86
- " VFABIDemangler.cpp" ,
87
88
]
88
89
}
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ unittest("IRTests") {
33
33
" LegacyPassManagerTest.cpp" ,
34
34
" MDBuilderTest.cpp" ,
35
35
" ManglerTest.cpp" ,
36
+ " MemoryModelRelaxationAnnotationsTest.cpp" ,
36
37
" MetadataTest.cpp" ,
37
38
" ModuleSummaryIndexTest.cpp" ,
38
39
" ModuleTest.cpp" ,
@@ -45,13 +46,13 @@ unittest("IRTests") {
45
46
" TypesTest.cpp" ,
46
47
" UseTest.cpp" ,
47
48
" UserTest.cpp" ,
49
+ " VFABIDemanglerTest.cpp" ,
48
50
" VPIntrinsicTest.cpp" ,
49
51
" ValueHandleTest.cpp" ,
50
52
" ValueMapTest.cpp" ,
51
53
" ValueTest.cpp" ,
52
54
" VectorBuilderTest.cpp" ,
53
55
" VectorTypesTest.cpp" ,
54
56
" VerifierTest.cpp" ,
55
- " VFABIDemanglerTest.cpp" ,
56
57
]
57
58
}
You can’t perform that action at this time.
0 commit comments