This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dfcd07aab6 Make sure a test from r363036 does not write into a working [...] new 7400d285e8 [RISCV] Add inline asm constraints I, J & K for RISC-V new 6f39021d93 [RISCV][NFC] Add missing test files for D54091
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/Basic/Targets/RISCV.cpp | 20 ++++++++++++++++++++ lib/Basic/Targets/RISCV.h | 4 +--- test/CodeGen/riscv-inline-asm.c | 28 ++++++++++++++++++++++++++++ test/Sema/inline-asm-validate-riscv.c | 26 ++++++++++++++++++++++++++ 4 files changed, 75 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/riscv-inline-asm.c create mode 100644 test/Sema/inline-asm-validate-riscv.c