]> granicus.if.org Git - clang/commit
[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)
commitdd34fc94f9ec374d72ae81918e61c83224841217
treeb221c3032a7e340c3f1af15b4e7a2cf610ddccbd
parent8ecd150df6d09c67a14c294b13a9fe4aa8437499
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280889 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/xray-attributes-supported-arm.cpp [new file with mode: 0644]