Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/test/CodeGen/ARM/
-
trunk/
-
test/
-
CodeGen/
-
ARM/
-
inlineasm-error-t-toofewregs.ll
Hide Panel
f
Keyboard Reference
?
Differential
D43342
[ARM] Fix redirect in inline assembly test
Closed
Public
Authored by
pbarrio
on Feb 15 2018, 10:18 AM.
Download Raw Diff
Details
Reviewers
gkistanova
apilipenko
Commits
rGfa6f1c01300c: [ARM] Fix redirect in inline assembly test
rL325283: [ARM] Fix redirect in inline assembly test
Summary
Fix silly mistake in a test
Diff Detail
Repository
rL LLVM
Event Timeline
pbarrio
created this revision.
Feb 15 2018, 10:18 AM
Herald
added subscribers:
llvm-commits
,
kristof.beyls
,
eraman
,
javed.absar
.
·
View Herald Transcript
Feb 15 2018, 10:18 AM
Harbormaster
completed remote builds in
B15023: Diff 134453
.
Feb 15 2018, 10:18 AM
pbarrio
added a reviewer:
apilipenko
.
Feb 15 2018, 10:22 AM
pbarrio
added a comment.
Feb 15 2018, 11:14 AM
Comment Actions
I'll commit this fix now to prevent other buildbots to fail.
This revision was not accepted when it landed; it landed in state
Needs Review
.
Feb 15 2018, 11:20 AM
Closed by commit
rL325283: [ARM] Fix redirect in inline assembly test
(authored by
pabbar01
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
rengolin
added a subscriber:
rengolin
.
Feb 15 2018, 2:14 PM
Comment Actions
thanks!