Skip to content

Commit 9fa8af6

Browse files
committedJun 21, 2017
Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cpp
For consistency with other MC*Streamer.cpp files and the header file. Differential Revision: https://reviews.llvm.org/D34466 llvm-svn: 305952
1 parent 6919b9e commit 9fa8af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎llvm/lib/MC/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ add_llvm_library(LLVMMC
4545
MCWasmObjectTargetWriter.cpp
4646
MCWasmStreamer.cpp
4747
MCWin64EH.cpp
48+
MCWinCOFFStreamer.cpp
4849
MCWinEH.cpp
4950
MachObjectWriter.cpp
5051
StringTableBuilder.cpp
5152
SubtargetFeature.cpp
5253
WasmObjectWriter.cpp
5354
WinCOFFObjectWriter.cpp
54-
WinCOFFStreamer.cpp
5555

5656
ADDITIONAL_HEADER_DIRS
5757
${LLVM_MAIN_INCLUDE_DIR}/llvm/MC

‎llvm/lib/MC/WinCOFFStreamer.cpp ‎llvm/lib/MC/MCWinCOFFStreamer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- llvm/MC/WinCOFFStreamer.cpp ----------------------------------------===//
1+
//===- llvm/MC/MCWinCOFFStreamer.cpp --------------------------------------===//
22
//
33
// The LLVM Compiler Infrastructure
44
//

0 commit comments

Comments
 (0)
Please sign in to comment.