dsanders added subscribers: eugenis, ygorshenin.
dsanders added a comment.

I think it refers to MCTargetOptions::SanitizeAddress but I don't know where 
we'd get that information from. Unfortunately, it seems that the original 
author (@ygorshenin) might not be on the list anymore (phabricator shows no 
activity since 2014) but we can ask Evgeniy.


================
Comment at: tools/driver/cc1as_main.cpp:413-416
@@ -412,6 +414,6 @@
 
   // FIXME: init MCTargetOptions from sanitizer flags here.
   MCTargetOptions Options;
   std::unique_ptr<MCTargetAsmParser> TAP(
       TheTarget->createMCAsmParser(*STI, *Parser, *MCII, Options));
   if (!TAP)
----------------
@eugenis: Do you know what needs to be done for this FIXME?


http://reviews.llvm.org/D16538



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

Reply via email to