summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-07-31 06:22:29 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-07-31 06:22:29 +0000
commite2195d8b357d7081edb5eb09d1d6e9d7b4bfc308 (patch)
tree54ba99ab82e29d60d1c7db547e66d841fafe0065 /include
parent98e1479575c87fcd16d2087c99b8e07e6722ac36 (diff)
downloadllvm-e2195d8b357d7081edb5eb09d1d6e9d7b4bfc308.tar.gz
llvm-e2195d8b357d7081edb5eb09d1d6e9d7b4bfc308.tar.bz2
llvm-e2195d8b357d7081edb5eb09d1d6e9d7b4bfc308.tar.xz
Add relax all support to the COFF object streamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCStreamer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index 1ded9f785d..cb36564a87 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -355,7 +355,8 @@ namespace llvm {
/// Takes ownership of \arg TAB and \arg CE.
MCStreamer *createWinCOFFStreamer(MCContext &Ctx,
TargetAsmBackend &TAB,
- MCCodeEmitter &CE, raw_ostream &OS);
+ MCCodeEmitter &CE, raw_ostream &OS,
+ bool RelaxAll = false);
/// createLoggingStreamer - Create a machine code streamer which just logs the
/// API calls and then dispatches to another streamer.