summary refs log tree commit diff
path: root/src/test/ui/target-feature
AgeCommit message (Collapse)AuthorLines
2019-12-02Update the minimum external LLVM to 7Josh Stone-2/+1
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-09-26hir: Disallow `target_feature` on constantsDavid Wood-0/+215
This commit fixes an ICE when `target_feature` is applied to constants. Signed-off-by: David Wood <david@davidtw.co>