File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
llvm/utils/gn/secondary/llvm/lib
Target/SystemZ/MCTargetDesc Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ static_library("MC") {
15
15
" ConstantPools.cpp" ,
16
16
" DXContainerPSVInfo.cpp" ,
17
17
" ELFObjectWriter.cpp" ,
18
+ " GOFFObjectWriter.cpp" ,
18
19
" MCAsmBackend.cpp" ,
19
20
" MCAsmInfo.cpp" ,
20
21
" MCAsmInfoCOFF.cpp" ,
@@ -36,6 +37,7 @@ static_library("MC") {
36
37
" MCELFStreamer.cpp" ,
37
38
" MCExpr.cpp" ,
38
39
" MCFragment.cpp" ,
40
+ " MCGOFFStreamer.cpp" ,
39
41
" MCInst.cpp" ,
40
42
" MCInstPrinter.cpp" ,
41
43
" MCInstrAnalysis.cpp" ,
Original file line number Diff line number Diff line change @@ -51,12 +51,13 @@ static_library("MCTargetDesc") {
51
51
]
52
52
include_dirs = [ " .." ]
53
53
sources = [
54
+ " SystemZELFObjectWriter.cpp" ,
55
+ " SystemZGOFFObjectWriter.cpp" ,
54
56
" SystemZInstPrinter.cpp" ,
55
57
" SystemZMCAsmBackend.cpp" ,
56
58
" SystemZMCAsmInfo.cpp" ,
57
59
" SystemZMCCodeEmitter.cpp" ,
58
60
" SystemZMCExpr.cpp" ,
59
- " SystemZMCObjectWriter.cpp" ,
60
61
" SystemZMCTargetDesc.cpp" ,
61
62
]
62
63
}
You can’t perform that action at this time.
0 commit comments