[llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).
This allows to process HTML resources defined in .rc scripts and output
them to resulting .res files. Additionally, some infrastructure allowing
to output these files is created.
This is the first resource type we can operate on.
Thanks to Nico Weber for his original work in this area.
Differential Revision: reviews.llvm.org/D37283
llvm-svn: 314538
diff --git a/llvm/test/tools/llvm-rc/Inputs/webpage2.html b/llvm/test/tools/llvm-rc/Inputs/webpage2.html
new file mode 100644
index 0000000..ed0ae5d4
--- /dev/null
+++ b/llvm/test/tools/llvm-rc/Inputs/webpage2.html
@@ -0,0 +1,2 @@
+<!-- Should not embed the image. -->
+<img src="kittens.bmp">