diff options
author | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2015-07-22 10:49:44 +0000 |
---|---|---|
committer | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2015-07-22 10:49:44 +0000 |
commit | 23d952b61120393fbd1b27c00b24e675a60be391 (patch) | |
tree | d652a613f1e79392d23e1962a685785fbaaee995 /llvm/lib/MC/MCStreamer.cpp | |
parent | b6d60a69c0e9a8764b7fc4e12048068c5b0ef3c3 (diff) | |
download | llvm-23d952b61120393fbd1b27c00b24e675a60be391.zip llvm-23d952b61120393fbd1b27c00b24e675a60be391.tar.gz llvm-23d952b61120393fbd1b27c00b24e675a60be391.tar.bz2 |
[X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output
Patch by: michael.zuckerman@intel.com
Differential Revision: http://reviews.llvm.org/D11223
llvm-svn: 242886
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCStreamer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp index 7fbbbd9..a25cdfa9 100644 --- a/llvm/lib/MC/MCStreamer.cpp +++ b/llvm/lib/MC/MCStreamer.cpp @@ -467,6 +467,8 @@ void MCStreamer::EmitWinEHHandlerData() { report_fatal_error("Chained unwind areas can't have handlers!"); } +void MCStreamer::EmitSyntaxDirective() {} + void MCStreamer::EmitWinCFIPushReg(unsigned Register) { EnsureValidWinFrameInfo(); |