aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCStreamer.cpp
diff options
context:
space:
mode:
authorMichael Kuperstein <michael.m.kuperstein@intel.com>2015-07-22 10:49:44 +0000
committerMichael Kuperstein <michael.m.kuperstein@intel.com>2015-07-22 10:49:44 +0000
commit23d952b61120393fbd1b27c00b24e675a60be391 (patch)
treed652a613f1e79392d23e1962a685785fbaaee995 /llvm/lib/MC/MCStreamer.cpp
parentb6d60a69c0e9a8764b7fc4e12048068c5b0ef3c3 (diff)
downloadllvm-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.cpp2
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();