[PATCH] D16538: [cc1as] Add MCTargetOptions argument to createAsmBackend

Daniel Sanders via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 11 06:24:53 PST 2016


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





More information about the cfe-commits mailing list