[all-commits] [llvm/llvm-project] 7bbe71: Avoid including CodeView/SymbolRecord.h from MCStr...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Oct 18 18:42:55 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7bbe711fb1b9057e48dec3c15b084eee7f8ff5fb
https://github.com/llvm/llvm-project/commit/7bbe711fb1b9057e48dec3c15b084eee7f8ff5fb
Author: Reid Kleckner <rnk at google.com>
Date: 2019-10-19 (Sat, 19 Oct 2019)
Changed paths:
M llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
M llvm/include/llvm/MC/MCStreamer.h
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/MC/MCAsmStreamer.cpp
M llvm/lib/MC/MCParser/AsmParser.cpp
M llvm/lib/MC/MCStreamer.cpp
Log Message:
-----------
Avoid including CodeView/SymbolRecord.h from MCStreamer.h
Move the types needed out so they can be forward declared instead.
llvm-svn: 375325
More information about the All-commits
mailing list