Mercurial > hg > CbC > CbC_llvm
diff clang/test/Sema/arm-mve-immediates.c @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 0572611fdcc8 |
children |
line wrap: on
line diff
--- a/clang/test/Sema/arm-mve-immediates.c Wed Jul 21 10:27:27 2021 +0900 +++ b/clang/test/Sema/arm-mve-immediates.c Wed Nov 09 17:45:10 2022 +0900 @@ -1,4 +1,6 @@ -// RUN: %clang_cc1 -triple thumbv8.1m.main-none-none-eabi -fallow-half-arguments-and-returns -target-feature +mve.fp -verify -fsyntax-only %s +// RUN: %clang_cc1 -triple thumbv8.1m.main-none-none-eabi -target-feature +mve.fp -verify -fsyntax-only %s + +// REQUIRES: aarch64-registered-target || arm-registered-target #include <arm_mve.h>