This is an archive of the discontinued LLVM Phabricator instance.

WebAssembly: fix build breakage.
ClosedPublic

Authored by jfb on Jul 14 2015, 2:45 PM.

Details

Summary

processFunctionBeforeCalleeSavedScan was renamed to determineCalleeSaves and now takes a BitVector parameter as of rL242165, reviewed in http://reviews.llvm.org/D10909

WebAssembly is still marked as experimental and therefore doesn't build by default. It does, however, grep by default! I notice that processFunctionBeforeCalleeSavedScan is still mentioned in a few comments and error messages, which I also fixed.

Diff Detail

Repository
rL LLVM

Event Timeline

jfb updated this revision to Diff 29715.Jul 14 2015, 2:45 PM
jfb retitled this revision from to WebAssembly: fix build breakage..
jfb updated this object.
jfb added a reviewer: sunfish.
jfb added subscribers: llvm-commits, MatzeB, hfinkel, dsanders.
sunfish accepted this revision.Jul 14 2015, 3:54 PM
sunfish edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jul 14 2015, 3:54 PM
This revision was automatically updated to reflect the committed changes.

For the record: When I started working on this stuff WebAssembly was not in tree yet. I did not grep again after rebasing my patch, sorry.

  • Matthias
jfb added a comment.Jul 14 2015, 4:19 PM

For the record: When I started working on this stuff WebAssembly was not in tree yet. I did not grep again after rebasing my patch, sorry.

  • Matthias

No worries, I went for snarky amusement!