diff options
author | Dan Gohman <dan433584@gmail.com> | 2016-05-19 03:00:05 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2016-05-19 03:00:05 +0000 |
commit | 41133a3e961685ba0501631045fc6ef2d2a6a212 (patch) | |
tree | 2ee9707a8fb536531c4fc4f301b1f4ead21594c6 /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h | |
parent | 683b0742099ce1eb34fb3031f4cd5282262cadbe (diff) | |
download | bcm5719-llvm-41133a3e961685ba0501631045fc6ef2d2a6a212.tar.gz bcm5719-llvm-41133a3e961685ba0501631045fc6ef2d2a6a212.zip |
[WebAssembly] Update WebAssembly target for r269988.
llvm-svn: 270017
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h index 35e6eb10063..52a2ef78736 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h +++ b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h @@ -28,7 +28,7 @@ class WebAssemblyTargetMachine final : public LLVMTargetMachine { public: WebAssemblyTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, - Reloc::Model RM, CodeModel::Model CM, + Optional<Reloc::Model> RM, CodeModel::Model CM, CodeGenOpt::Level OL); ~WebAssemblyTargetMachine() override; |