[PATCH] D28623: [XRay][Arm] Enable back XRay testing on Arm32
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 06:26:31 PST 2017
rengolin requested changes to this revision.
rengolin added a comment.
This revision now requires changes to proceed.
I just tested on ARM and got these errors:
**TestCases/Linux/patching-unpatching.cc**
patching-unpatching.cc:28:17: error: expected string not found in input
// CHECK-NEXT: patching status: 1
^
<stdin>:3:1: note: scanning from here
patching status: 0
^
**TestCases/Linux/argv0-log-file-name.cc**
xray.log.file.name:2:11: error: expected string not found in input
// CHECK: xray-log.argv0-log-file-name.cc.tmp.{{.*}}
^
<stdin>:1:1: note: scanning from here
Output
^
<stdin>:2:1: note: possible intended match here
xray.log.file.name
^
**TestCases/Linux/fixedsize-logging.cc**
fixedsize-logging.cc:17:12: error: expected string not found in input
// CHECK: XRay: Log file in 'fixedsize-logging-{{.*}}'
^
<stdin>:1:1: note: scanning from here
==27375==XRay instrumentation map missing. Not initializing XRay.
^
<stdin>:1:38: note: possible intended match here
==27375==XRay instrumentation map missing. Not initializing XRay.
^
https://reviews.llvm.org/D28623
More information about the llvm-commits
mailing list