Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/
-
trunk/
-
lib/
-
MC/
-
WasmObjectWriter.cpp
-
Object/
-
WasmObjectFile.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D34382
[WebAssembly] Fix build failures introduced in r305769
Closed
Public
Authored by
sbc100
on Jun 19 2017, 9:34 PM.
Download Raw Diff
Details
Reviewers
sunfish
Commits
rG7f055dee27e5: [WebAssembly] Fix build failures introduced in r305769
rL305770: [WebAssembly] Fix build failures introduced in r305769
Summary
This fixes two build failures that only occur in certain
configurations:
error: unused function 'operator<<'
error: control reaches end of non-void function
Diff Detail
Repository
rL LLVM
Event Timeline
sbc100
created this revision.
Jun 19 2017, 9:34 PM
Herald
added subscribers:
aheejin
,
jgravelle-google
,
dschuff
,
jfb
.
·
View Herald Transcript
Jun 19 2017, 9:34 PM
Harbormaster
completed remote builds in
B7398: Diff 103144
.
Jun 19 2017, 9:34 PM
sbc100
added a reviewer:
sunfish
.
Jun 19 2017, 9:35 PM
Closed by commit
rL305770: [WebAssembly] Fix build failures introduced in r305769
(authored by sbc).
·
Explain Why
Jun 19 2017, 9:48 PM
This revision was automatically updated to reflect the committed changes.