diff options
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h')
| -rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h index dd5b39773313..29e968bfe8eb 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h +++ b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h @@ -33,6 +33,7 @@ public: ~WebAssemblyTargetMachine() override; + const WebAssemblySubtarget *getSubtargetImpl() const; const WebAssemblySubtarget *getSubtargetImpl(std::string CPU, std::string FS) const; const WebAssemblySubtarget * |
