eugenis added inline comments.

================
Comment at: lib/Driver/ToolChains/Linux.cpp:867
                          getTriple().getArch() == llvm::Triple::aarch64_be;
+  const bool IsArmArch = getTriple().getArch() == llvm::Triple::arm;
   SanitizerMask Res = ToolChain::getSupportedSanitizers();
----------------
I think we should also check for thumb. We allow asan on thumb, it would be 
surprising if lsan was not allowed.


Repository:
  rL LLVM

https://reviews.llvm.org/D31760



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to