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
[RISCV] Simplify usage of SplatPat_simm5_plus1. NFC (#125340)
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
aarch64-mangle-sve-vectors-msvc.cpp
blob
435feec774ece8087c0dfcf02bed5f69bf1ab948
1
// RUN: not %clang_cc1 -triple aarch64-unknown-windows-msvc %s -emit-llvm \
2
// RUN: -o - 2>&1 | FileCheck %s
3
4
template
<
typename T
>
struct
S
{};
5
6
// CHECK: cannot mangle this built-in type: __SVInt8_t yet
7
void
f1
(
S
<
__SVInt8_t
>) {}