Re: [PATCH] D21907: [AArch64] fix profiling with GNU LINUX on Aarch64

2016-07-01 Thread Brian Rzycki via cfe-commits
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 lik

[PATCH] D21907: [AArch64] fix profiling with GNU LINUX on Aarch64

2016-06-30 Thread Brian Rzycki via cfe-commits
brzycki created this revision. brzycki added reviewers: abdulras, rengolin, jmolloy. brzycki added subscribers: cfe-commits, sebpop, evandro. Herald added subscribers: rengolin, aemerson. The GNU profiling support indicates that the interface is `_mcount` rather than `mcount` on GLIBC Linux for A