aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2015-11-23 16:50:18 +0000
committerDan Gohman <dan433584@gmail.com>2015-11-23 16:50:18 +0000
commit53828fd77797c8a9920619e19b5f4ad5cc779946 (patch)
tree4061406a202c67971f0cd133009ca96034b14921 /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
parent1ca881c4bbbe32213e435c050255b02764ea2004 (diff)
downloadllvm-53828fd77797c8a9920619e19b5f4ad5cc779946.zip
llvm-53828fd77797c8a9920619e19b5f4ad5cc779946.tar.gz
llvm-53828fd77797c8a9920619e19b5f4ad5cc779946.tar.bz2
[WebAssembly] Emit .param, .result, and .local through MC.
This eliminates one of the main remaining uses of EmitRawText. llvm-svn: 253878
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
index 4c576ec..d60c41a 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
@@ -20,6 +20,7 @@
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/RegAllocRegistry.h"
+#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/TargetRegistry.h"