]> granicus.if.org Git - clang/commit
[XRay] ARM 32-bit no-Thumb support in Clang
authorDean Michael Berris <dberris@google.com>
Mon, 19 Sep 2016 00:59:19 +0000 (00:59 +0000)
committerDean Michael Berris <dberris@google.com>
Mon, 19 Sep 2016 00:59:19 +0000 (00:59 +0000)
commit381f9b393ab1b763836e769c695179cdb8b36029
tree590ad35df4c4828da56afbd84c17f9f372b09d11
parent9022240727e240a5c3a721d1b872d9041e0388fe
[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:

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

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

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