diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-11-25 16:44:29 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-11-25 16:44:29 +0000 |
commit | 2c8fe6a428668f8fdbdb88d98104f591ff142ad8 (patch) | |
tree | 2521f21bfc3622c0fbdc9f6495e00b2377ca1acd /llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h | |
parent | 7bca3db8b9763ac71f4c3e7d9c18b074e6ed1c00 (diff) | |
download | bcm5719-llvm-2c8fe6a428668f8fdbdb88d98104f591ff142ad8.tar.gz bcm5719-llvm-2c8fe6a428668f8fdbdb88d98104f591ff142ad8.zip |
[WebAssembly] Codegen support for ISD::ExternalSymbol
llvm-svn: 254075
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h b/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h index c622c02cfca..03b8268fc33 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h +++ b/llvm/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; }; } |