[PATCH] D13108: [compiler-rt] [lsan] Add support for AArch64
    Renato Golin via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep 24 17:36:36 PDT 2015
    
    
  
rengolin added a comment.
I'm ok with the patch. If Alexey is happy with it, I'm too.
================
Comment at: cmake/config-ix.cmake:268
@@ -267,3 +267,3 @@
 set(ALL_DFSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64})
-set(ALL_LSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64})
+set(ALL_LSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64})
 set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64})
----------------
Right, here it is. Sorry, I reviewed on my mobile and somehow I didn't see it here. :)
http://reviews.llvm.org/D13108
    
    
More information about the llvm-commits
mailing list