Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s  -o /dev/null
      2 
      3 int main() {
      4   return 0;
      5 }
      6