[XRay][compiler-rt] Only run custom event logging in x86_64-linux
authorDean Michael Berris <dberris@google.com>
Fri, 12 May 2017 05:13:11 +0000 (05:13 +0000)
committerDean Michael Berris <dberris@google.com>
Fri, 12 May 2017 05:13:11 +0000 (05:13 +0000)
commit1cc75047749464adb31d6b6a8960a08a8fd6e418
tree6cc28c77026f69e22977607a1b27d351436b9e90
parent97206d572797bddc1bba71bb1c18c97f19d69053
[XRay][compiler-rt] Only run custom event logging in x86_64-linux

We only have an implementation in x86_64 that works for the
patching/unpatching and runtime support (trampolines).

Follow-up to D30630.

llvm-svn: 302873
compiler-rt/test/xray/TestCases/Linux/custom-event-logging.cc