Displaying 1 result from an estimated 1 matches for "5270bef6".
2017 Jan 10
2
Removed a call to EmitXRayTable() from ARMAsmPrinter
> As Oleg points out, apparently the way we've configured the XRay tests in compiler-rt/... excludes running tests on non-64-bit platforms. arm7 is definitely not 64-bit and therefore means we've not been running those tests. :(
I believe that for this particular case one does not need to have
execution tests - you'd simply need to check for expected output and
that's it.
--