[PATCH] D15308: [tsan] Support aarch64 for Android.
    Evgeniy Stepanov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec  8 11:00:46 PST 2015
    
    
  
eugenis added inline comments.
================
Comment at: lib/tsan/rtl/tsan_platform.h:129
@@ +128,3 @@
+
+#else
+
----------------
Is there a reason you are not using the generic aarch64/linux mappings below?
For ASan/aarch64/android, I've noticed that ART requires a first 4GB mapping, which seems incompatible with this layout.
http://reviews.llvm.org/D15308
    
    
More information about the llvm-commits
mailing list