summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/inline-asm-validate-riscv.c
Commit message (Collapse)AuthorAgeFilesLines
* Delay diagnosing asm constraints that require immediates until after inliningBill Wendling2019-08-061-3/+0
| | | | | | | | | | | | | | | | Summary: An inline asm call may result in an immediate input value after inlining. Therefore, don't emit a diagnostic here if the input isn't an immediate. Reviewers: joerg, eli.friedman, rsmith Subscribers: asb, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, jrtc27, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, s.egerton, krytarowski, mgorny, riccibruno, eraman, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D60943 llvm-svn: 368104
* [RISCV][NFC] Add missing test files for D54091Lewis Revill2019-06-111-0/+26
llvm-svn: 363056
OpenPOWER on IntegriCloud