[XRay] ARM 32-bit no-Thumb support in Clang
authorDean Michael Berris <dberris@google.com>
Thu, 8 Sep 2016 00:23:28 +0000 (00:23 +0000)
committerDean Michael Berris <dberris@google.com>
Thu, 8 Sep 2016 00:23:28 +0000 (00:23 +0000)
commit6f2622e2537338c1c5a986fce8f59aa040f72838
treec4d2ac220d8cdc777da2bae8e3533a8f6577b907
parent17d94e279e43c02833628a455a97d78cd8aafb5e
[XRay] ARM 32-bit no-Thumb support in Clang

Just a test for now, adapted from x86_64 tests of XRay.
This is one of 3 commits to different repositories of XRay ARM port. The
other 2 are:

1. https://reviews.llvm.org/D23931 (LLVM)
2. https://reviews.llvm.org/D23933 (compiler-rt)

Differential Review: https://reviews.llvm.org/D23932

llvm-svn: 280889
clang/test/CodeGen/xray-attributes-supported-arm.cpp [new file with mode: 0644]