forked from OSchip/llvm-project
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
This commit is contained in:
parent
6919b9e9f0
commit
9fa8af6f82
|
@ -45,13 +45,13 @@ add_llvm_library(LLVMMC
|
|||
MCWasmObjectTargetWriter.cpp
|
||||
MCWasmStreamer.cpp
|
||||
MCWin64EH.cpp
|
||||
MCWinCOFFStreamer.cpp
|
||||
MCWinEH.cpp
|
||||
MachObjectWriter.cpp
|
||||
StringTableBuilder.cpp
|
||||
SubtargetFeature.cpp
|
||||
WasmObjectWriter.cpp
|
||||
WinCOFFObjectWriter.cpp
|
||||
WinCOFFStreamer.cpp
|
||||
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/MC
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- llvm/MC/WinCOFFStreamer.cpp ----------------------------------------===//
|
||||
//===- llvm/MC/MCWinCOFFStreamer.cpp --------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
Loading…
Reference in New Issue