[PATCH] D27996: [XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the instruction cache after code modification
Serge Rogatch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 23 04:22:11 PST 2016
rSerge added a comment.
In https://reviews.llvm.org/D27996#629921, @rengolin wrote:
> This broke the build. Did you manage to build this on AArch64? How did you test this?
I cross-compiled compiler-rt project from x86_64-Windows to AArch64-Linux and then tested on QEmu-AArch64-Linux . I thought that the built-in doesn't need any header file inclusion. Apparently for different host platforms the built-in behaves differently, perhaps that's due to compiler version. I'll look into this.
https://reviews.llvm.org/D27996
More information about the llvm-commits
mailing list