Sign in
llvm
/
llvm-project.git
/
refs/heads/users/wangpc-pp/spr/main.codegen-use-cached-version-of-getregpressuresetlimit
/
.
/
clang
/
test
/
CIR
/
hello.c
blob: 4b07c04994aa8f15593c8ff420a0c3ce691759de [
file
] [
log
] [
blame
]
// Smoke test for ClangIR code generation
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o - | FileCheck %s
void
foo
()
{}
// CHECK: cir.func @foo