[all-commits] [llvm/llvm-project] 9c53b2: [MC] Delete unused declarations
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Dec 6 15:37:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9c53b2adc8c032f025ad871c8f9a0aeaf23453a8
https://github.com/llvm/llvm-project/commit/9c53b2adc8c032f025ad871c8f9a0aeaf23453a8
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-06 (Sun, 06 Dec 2020)
Changed paths:
M llvm/include/llvm/MC/MCCodeView.h
M llvm/include/llvm/MC/MCMachObjectWriter.h
M llvm/include/llvm/MC/MCStreamer.h
M llvm/lib/MC/MCParser/COFFAsmParser.cpp
M llvm/lib/MC/MCParser/MasmParser.cpp
M llvm/lib/MC/WasmObjectWriter.cpp
Log Message:
-----------
[MC] Delete unused declarations
Notes:
* llvm::createAsmStreamer: it has been moved to TargetRegistry.h
* (anon ns)::WasmObjectWriter::updateCustomSectionRelocations: remnant of D46335
* COFFAsmParser::ParseSEHRegisterNumber: remnant of D66625
* llvm::CodeViewContext::isValidCVFileNumber: accidentally added by r279847
More information about the All-commits
mailing list