summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtins-arm.c
blob: 555375754959801a2ba87921c27c33444e6184ab (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -triple thumbv7-eabi -target-cpu cortex-a8 -O3 -emit-llvm -o %t %s

void *f0()
{
  return __builtin_thread_pointer();
}
OpenPOWER on IntegriCloud