Skip to content

Commit

Permalink
[WebAssembly] Update for Target API (TargetRegistry::RegisterMCAsmBac…
Browse files Browse the repository at this point in the history
…kend) change

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276694 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dwblaikie committed Jul 25, 2016
1 parent adc4490 commit 795e327
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ static MCCodeEmitter *createCodeEmitter(const MCInstrInfo &MCII,

static MCAsmBackend *createAsmBackend(const Target & /*T*/,
const MCRegisterInfo & /*MRI*/,
const Triple &TT, StringRef /*CPU*/) {
const Triple &TT, StringRef /*CPU*/,
const MCTargetOptions & /*Options*/) {
return createWebAssemblyAsmBackend(TT);
}

Expand Down

0 comments on commit 795e327

Please sign in to comment.