This revision was automatically updated to reflect the committed changes.
Closed by commit rL276655: [cc1as] Add MCTargetOptions argument to
createAsmBackend (authored by joel_k_jones).
Changed prior to commit:
https://reviews.llvm.org/D16538?vs=62793&id=65374#toc
Repository:
rL LLVM
https:
joelkevinjones added a comment.
Ping. This change needs to be made once https://reviews.llvm.org/D16213 goes in.
https://reviews.llvm.org/D16538
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/c
joelkevinjones updated this revision to Diff 62793.
joelkevinjones added a comment.
Herald added a subscriber: mehdi_amini.
Updated to ToT. Passes "make check-clang"
http://reviews.llvm.org/D16538
Files:
tools/driver/cc1as_main.cpp
Index: tools/driver/cc1as_main.cpp
=
eugenis added inline comments.
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 TAP(
TheTarget->createMCAsmParser(*STI, *Parser, *MCII, Options))
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 sho
joelkevinjones added a comment.
The FIXME comment doesn't make sense to me. I'm not sure what sanitizer
arguments would be passed to the assembler.
http://reviews.llvm.org/D16538
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.
joelkevinjones added a comment.
Ping.
http://reviews.llvm.org/D16538
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
echristo added a comment.
In http://reviews.llvm.org/D16538#344540, @joelkevinjones wrote:
> Ping.
The FIXME at cc1as_main.cpp:413
http://reviews.llvm.org/D16538
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bi
joelkevinjones added a comment.
Did you mean remove the duplication from addPassesToEmitFile mentioned in the
FIXME or something else?
http://reviews.llvm.org/D16538
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-
echristo added a comment.
Hi Joel,
Since you're likely going to need to start filling in the Options there anyhow,
can you lift the one from the TODO and start filling it in?
-eric
http://reviews.llvm.org/D16538
___
cfe-commits mailing list
cfe-c
10 matches
Mail list logo