[all-commits] [llvm/llvm-project] beb0e7: [llvm-rc] Make commas in user data structs optional
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Jul 9 04:31:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: beb0e7e338d6c196362745ddebc24ae394bff6f2
https://github.com/llvm/llvm-project/commit/beb0e7e338d6c196362745ddebc24ae394bff6f2
Author: Martin Storsjö <martin at martin.st>
Date: 2021-07-09 (Fri, 09 Jul 2021)
Changed paths:
A llvm/test/tools/llvm-rc/Inputs/inline-manifest.rc
M llvm/test/tools/llvm-rc/Inputs/tag-user.rc
A llvm/test/tools/llvm-rc/inline-manifest.test
M llvm/tools/llvm-rc/ResourceScriptParser.cpp
Log Message:
-----------
[llvm-rc] Make commas in user data structs optional
This matches what rc.exe tolerates in this type.
This fixes cases like this:
1 24
BEGIN
"<?xml version=""1.0""?>\n"
"<assembly>\n"
"</assembly>\n"
END
Differential Revision: https://reviews.llvm.org/D105621
More information about the All-commits
mailing list