[XRay][compiler-rt] Add noop patch functions for unsupported arches.
authorKeith Wyss <wyssman@gmail.com>
Tue, 17 Apr 2018 23:19:23 +0000 (23:19 +0000)
committerKeith Wyss <wyssman@gmail.com>
Tue, 17 Apr 2018 23:19:23 +0000 (23:19 +0000)
commit557890126aba7939de2d7e0b5656af8d9f2edf0a
treef00a00f55502d6c17cdcd889fd6fbd4be619c146
parent8b20b7dc2bb9b995d94ab020eaaf2d488d935628
[XRay][compiler-rt] Add noop patch functions for unsupported arches.

Summary:
Typed event patching is implemented for x86-64, but functions must
be defined for other arches.

Reviewers: dberris, pelikan

Subscribers: nemanjai, javed.absar, delcypher, #sanitizers, llvm-commits

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

llvm-svn: 330231
compiler-rt/lib/xray/xray_AArch64.cc
compiler-rt/lib/xray/xray_arm.cc
compiler-rt/lib/xray/xray_mips.cc
compiler-rt/lib/xray/xray_mips64.cc
compiler-rt/lib/xray/xray_powerpc64.cc