This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b62c4ddd9d [X86][SSE] Add masked bit test cases for PR26697 new 97ae15dc0f0 Let llvm-cvtres (and lld-link) report duplicate resources
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Object/WindowsResource.h | 24 ++++++--- lib/Object/WindowsResource.cpp | 86 ++++++++++++++++++++++++--------- test/tools/llvm-cvtres/Inputs/id.rc | 3 ++ test/tools/llvm-cvtres/Inputs/id.res | Bin 0 -> 100 bytes test/tools/llvm-cvtres/Inputs/name.rc | 1 + test/tools/llvm-cvtres/Inputs/name.res | Bin 0 -> 92 bytes test/tools/llvm-cvtres/duplicate.test | 19 ++++++++ 7 files changed, 103 insertions(+), 30 deletions(-) create mode 100644 test/tools/llvm-cvtres/Inputs/id.rc create mode 100644 test/tools/llvm-cvtres/Inputs/id.res create mode 100644 test/tools/llvm-cvtres/Inputs/name.rc create mode 100644 test/tools/llvm-cvtres/Inputs/name.res create mode 100644 test/tools/llvm-cvtres/duplicate.test