[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / loongarch-features.c
blob90634bbcf00358e86e5a93b23235ab0bf36724cd
1 // RUN: %clang --target=loongarch32 -S -emit-llvm %s -o - | FileCheck %s --check-prefix=LA32
2 // RUN: %clang --target=loongarch64 -S -emit-llvm %s -o - | FileCheck %s --check-prefix=LA64
4 // LA32: "target-features"="+32bit"
5 // LA64: "target-features"="+64bit,+d,+f,+lsx,+ual"
7 int foo(void) {
8 return 3;