[PATCH] D21907: [AArch64] fix profiling with GNU LINUX on Aarch64
Brian Rzycki via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 30 15:28:21 PDT 2016
brzycki added a comment.
I realized after posting this I made a mistake in compilation and test. Because of this clang wasn't properly tested. This patch actually causes "ninja check-all" to fail for non-GNU AArch64 Linux targets.
I am able to link with clang using -pg -meabi gnu src.c
I'd like to withdraw this patch from revew.
http://reviews.llvm.org/D21907
More information about the cfe-commits
mailing list