r331055 - [MC] Undo spurious commit added into r331052.
Nirav Dave via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 27 09:16:06 PDT 2018
Author: niravd
Date: Fri Apr 27 09:16:06 2018
New Revision: 331055
URL: http://llvm.org/viewvc/llvm-project?rev=331055&view=rev
Log:
[MC] Undo spurious commit added into r331052.
Modified:
cfe/trunk/tools/driver/cc1as_main.cpp
Modified: cfe/trunk/tools/driver/cc1as_main.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/driver/cc1as_main.cpp?rev=331055&r1=331054&r2=331055&view=diff
==============================================================================
--- cfe/trunk/tools/driver/cc1as_main.cpp (original)
+++ cfe/trunk/tools/driver/cc1as_main.cpp Fri Apr 27 09:16:06 2018
@@ -435,9 +435,6 @@ static bool ExecuteAssembler(AssemblerIn
Str.get()->InitSections(Opts.NoExecStack);
}
- // Use Assembler information for parsing.
- Str->setUseAssemblerInfoForParsing(true);
-
bool Failed = false;
std::unique_ptr<MCAsmParser> Parser(
More information about the cfe-commits
mailing list