llvm/tools/llvm-rc
Zachary Turner e847ec4e7e Don't #include MemoryBuffer.h from Host.h.
It turns out this #include isn't used from Host.h anyway,
but by having it it causes circular include dependencies.
This issues only surfaced while I was working on a separate
patch, so I'm submitting this first so that it's independent
of the other, unrelated patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318489 91177308-0d34-0410-b5e6-96231b3b80d8
2017-11-17 01:00:35 +00:00
..
CMakeLists.txt [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
llvm-rc.cpp Don't #include MemoryBuffer.h from Host.h. 2017-11-17 01:00:35 +00:00
LLVMBuild.txt
Opts.td [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
ResourceFileWriter.cpp Don't #include MemoryBuffer.h from Host.h. 2017-11-17 01:00:35 +00:00
ResourceFileWriter.h Don't #include MemoryBuffer.h from Host.h. 2017-11-17 01:00:35 +00:00
ResourceScriptParser.cpp [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
ResourceScriptParser.h [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
ResourceScriptStmt.cpp [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptStmt.h [llvm-rc] Serialize user-defined resources to .res files. 2017-10-06 21:52:15 +00:00
ResourceScriptToken.cpp [llvm-rc] Have the tokenizer discard single & block comments. 2017-10-09 15:46:13 +00:00
ResourceScriptToken.h [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptTokenList.h [llvm-rc] Have the tokenizer discard single & block comments. 2017-10-09 15:46:13 +00:00
ResourceVisitor.h [llvm-rc] Serialize user-defined resources to .res files. 2017-10-06 21:52:15 +00:00