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") {
3131 " DataLayout.cpp" ,
3232 " DebugInfo.cpp" ,
3333 " DebugInfoMetadata.cpp" ,
34- " DebugProgramInstruction.cpp" ,
3534 " DebugLoc.cpp" ,
35+ " DebugProgramInstruction.cpp" ,
3636 " DiagnosticHandler.cpp" ,
3737 " DiagnosticInfo.cpp" ,
3838 " DiagnosticPrinter.cpp" ,
@@ -55,6 +55,7 @@ static_library("IR") {
5555 " LegacyPassManager.cpp" ,
5656 " MDBuilder.cpp" ,
5757 " Mangler.cpp" ,
58+ " MemoryModelRelaxationAnnotations.cpp" ,
5859 " Metadata.cpp" ,
5960 " Module.cpp" ,
6061 " ModuleSummaryIndex.cpp" ,
@@ -79,10 +80,10 @@ static_library("IR") {
7980 " TypedPointerType.cpp" ,
8081 " Use.cpp" ,
8182 " User.cpp" ,
83+ " VFABIDemangler.cpp" ,
8284 " Value.cpp" ,
8385 " ValueSymbolTable.cpp" ,
8486 " VectorBuilder.cpp" ,
8587 " Verifier.cpp" ,
86- " VFABIDemangler.cpp" ,
8788 ]
8889}
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ unittest("IRTests") {
3333 " LegacyPassManagerTest.cpp" ,
3434 " MDBuilderTest.cpp" ,
3535 " ManglerTest.cpp" ,
36+ " MemoryModelRelaxationAnnotationsTest.cpp" ,
3637 " MetadataTest.cpp" ,
3738 " ModuleSummaryIndexTest.cpp" ,
3839 " ModuleTest.cpp" ,
@@ -45,13 +46,13 @@ unittest("IRTests") {
4546 " TypesTest.cpp" ,
4647 " UseTest.cpp" ,
4748 " UserTest.cpp" ,
49+ " VFABIDemanglerTest.cpp" ,
4850 " VPIntrinsicTest.cpp" ,
4951 " ValueHandleTest.cpp" ,
5052 " ValueMapTest.cpp" ,
5153 " ValueTest.cpp" ,
5254 " VectorBuilderTest.cpp" ,
5355 " VectorTypesTest.cpp" ,
5456 " VerifierTest.cpp" ,
55- " VFABIDemanglerTest.cpp" ,
5657 ]
5758}
You can’t perform that action at this time.
0 commit comments