summaryrefslogtreecommitdiff
path: root/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2015-11-25 16:44:29 +0000
committerDan Gohman <dan433584@gmail.com>2015-11-25 16:44:29 +0000
commitcb9cb80629ab43ec740b9551ee8f9efc8d506f39 (patch)
tree2e75120f21dab4327d3661370df1eefe81cbfd3f /lib/Target/WebAssembly/WebAssemblyMCInstLower.h
parent5c8d13635e276359d439f3958080481b1a6aee50 (diff)
[WebAssembly] Codegen support for ISD::ExternalSymbol
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/WebAssembly/WebAssemblyMCInstLower.h')
-rw-r--r--lib/Target/WebAssembly/WebAssemblyMCInstLower.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/WebAssembly/WebAssemblyMCInstLower.h b/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
index c622c02cfca..03b8268fc33 100644
--- a/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
+++ b/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
@@ -44,6 +44,7 @@ public:
MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const;
MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
+ MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const;
};
}