repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Sema
/
aarch64-sve-intrinsics
/
big_endian.cpp
blob
f5140e58c211f9cea21d7d3a8b5c353b08cb820a
1
// RUN: %clang_cc1 -triple aarch64_be-none-linux-gnu -target-feature +sve -fsyntax-only -verify %s
2
3
// expected-error@* {{Big endian is currently not supported for arm_sve.h}}
4
// REQUIRES: aarch64-registered-target
5
6
#include <arm_sve.h>