diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2015-07-27 21:56:53 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-07-27 21:56:53 +0000 |
| commit | fe2c8b80158aa9dca82179717b545049f139a914 (patch) | |
| tree | 40a393620477cf76faf845a3751db4f15d5db355 /llvm/lib/Target/X86 | |
| parent | 4630de80c5a859330d94c057ce67b0d2b3be5c17 (diff) | |
| download | bcm5719-llvm-fe2c8b80158aa9dca82179717b545049f139a914.tar.gz bcm5719-llvm-fe2c8b80158aa9dca82179717b545049f139a914.zip | |
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
llvm-svn: 243334
Diffstat (limited to 'llvm/lib/Target/X86')
| -rw-r--r-- | llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp b/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp index 3f5e076f848..6b3c4d85614 100644 --- a/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp +++ b/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp @@ -800,7 +800,7 @@ private: public: X86AsmParser(MCSubtargetInfo &sti, MCAsmParser &Parser, const MCInstrInfo &mii, const MCTargetOptions &Options) - : MCTargetAsmParser(), STI(sti), MII(mii), InstInfo(nullptr) { + : MCTargetAsmParser(Options), STI(sti), MII(mii), InstInfo(nullptr) { // Initialize the set of available features. setAvailableFeatures(ComputeAvailableFeatures(STI.getFeatureBits())); |

