1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-rc
Zachary Turner 5cd7c2a1c3 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.

llvm-svn: 318489
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