aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/a15.c
blob: 115b1091da33106ea9388a0725a5ff0bf3555152 (plain)
1
2
3
4
5
// RUN: %clang -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s  -o /dev/null

int main() {
  return 0;
}