Tom Eccles
8edb05c2a0
test: ui: skip tests which aren't appropriate for RISC-V
2020-06-04 15:59:59 +01:00
Amanieu d'Antras
8ab0f2d3c5
Add tests for asm!
2020-05-18 14:41:32 +01:00
Amanieu d'Antras
62d5784a8f
Add RISC-V target features
2020-05-18 14:39:53 +01:00
LeSeulArtichaut
8d9f73a690
Add new tests and bless old tests
2020-05-01 17:32:06 +02:00
Matthias Schiffer
6c700dc11c
Extend UI tests for fixed check_attr()
...
Add testcases for the `#[track_caller]` and `#[target_feature(..)]`
function attributes for errors that were not not caught before.
2020-04-16 17:24:01 +02:00
Matthias Prechtl
7b555178ae
--bless --compare-mode=nll
2020-02-09 20:43:49 +01:00
Josh Stone
2304c25f31
Update the minimum external LLVM to 7
...
LLVM 7 is over a year old, which should be plenty for compatibility. The
last LLVM 6 holdout was llvm-emscripten, which went away in #65501 .
I've also included a fix for LLVM 8 lacking `MemorySanitizerOptions`,
which was broken by #66522 .
2019-12-02 11:36:21 -08:00
David Wood
e79036d17f
hir: Disallow target_feature on constants
...
This commit fixes an ICE when `target_feature` is applied to constants.
Signed-off-by: David Wood <david@davidtw.co>
2019-09-26 16:55:52 +01:00