summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoDarwin.cpp
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-02-12 15:39:20 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-02-12 15:39:20 +0000
commit7580df334e9fd8964bd158d7feeadc4f9cdf43bb (patch)
treeb31c6c72d6130dbb77cd2b212f014fc4304c0c0b /lib/MC/MCAsmInfoDarwin.cpp
parent57edb9588bce544551b3034170eb66c632c3540b (diff)
downloadllvm-7580df334e9fd8964bd158d7feeadc4f9cdf43bb.tar.gz
llvm-7580df334e9fd8964bd158d7feeadc4f9cdf43bb.tar.bz2
llvm-7580df334e9fd8964bd158d7feeadc4f9cdf43bb.tar.xz
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
It introduced multiple test failures in the buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoDarwin.cpp')
-rw-r--r--lib/MC/MCAsmInfoDarwin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp
index e907b75102..d5382e6953 100644
--- a/lib/MC/MCAsmInfoDarwin.cpp
+++ b/lib/MC/MCAsmInfoDarwin.cpp
@@ -57,6 +57,4 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
HasNoDeadStrip = true;
DwarfUsesRelocationsAcrossSections = false;
-
- UseIntegratedAssembler = true;
}