hanchenye-llvm-project/clang/test/CodeGen/r5.c

6 lines
123 B
C

// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-r5 -emit-llvm -S %s -o /dev/null
int main() {
return 0;
}