[PATCH] D29586: [lsan] Enable LSan for arm Linux
Maxim Ostapenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 07:48:58 PDT 2017
m.ostapenko added a comment.
In https://reviews.llvm.org/D29586#723623, @thakis wrote:
> This breaks bootstrap builds. I put the error message in the revert commit description: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20170410/444101.html
Yeeks, sorry about this. The problem seems to be here (missing space between bx and #R):
# define BLX(R) "mov lr, pc; bx" #R "\n"
I'll re-land the patch with this fix.
Repository:
rL LLVM
https://reviews.llvm.org/D29586
More information about the llvm-commits
mailing list