This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 127b21ae0f8 [MSP430] Add missing instruction forms new 9f7039dc33b [MSP430] Minor fixes/improvements for assembler/disassembler new f44add8257d gn build: Merge r350852
The 2 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: lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp | 6 +++++- lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp | 12 ++++++++++++ lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp | 2 +- test/MC/Disassembler/MSP430/unknown.txt | 13 +++++++++++++ test/MC/MSP430/addrmode.s | 2 ++ test/MC/MSP430/invalid.s | 1 - utils/gn/secondary/clang/test/BUILD.gn | 2 +- .../{clang-func-mapping => clang-extdef-mapping}/BUILD.gn | 4 ++-- 8 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 test/MC/Disassembler/MSP430/unknown.txt rename utils/gn/secondary/clang/tools/{clang-func-mapping => clang-extdef-mapping} [...]