Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
src
/
llvm-project
/
clang
/
test
/
CodeGen
/
mbackchain-2.c
blob: bea46d2482637f8145ba056bc5d779265f45e755 [
file
] [
log
] [
blame
]
// RUN: %clang -mbackchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
// CHECK: define dso_local void @foo() [[NUW:#[0-9]+]]
void
foo
(
void
)
{
}
// CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }