Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/ELF/
-
trunk/
-
ELF/
-
Driver.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D34192
Use StringRef::split instead of StringRef::find and StringRef::substr.
Closed
Public
Authored by
ruiu
on Jun 13 2017, 8:44 PM.
Download Raw Diff
Details
Reviewers
yamaguchi
Commits
rGd3a4a3e3e402: Use StringRef::split instead of StringRef::find and StringRef::substr.
rLLD305364: Use StringRef::split instead of StringRef::find and StringRef::substr.
rL305364: Use StringRef::split instead of StringRef::find and StringRef::substr.
Summary
Pointed out by Yuka Takahashi.
Diff Detail
Repository
rL LLVM
Event Timeline
ruiu
created this revision.
Jun 13 2017, 8:44 PM
Harbormaster
completed remote builds in
B7228: Diff 102473
.
Jun 13 2017, 8:44 PM
Herald
added a subscriber:
emaste
.
·
View Herald Transcript
Jun 13 2017, 8:44 PM
yamaguchi
accepted this revision.
Jun 13 2017, 8:54 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Jun 13 2017, 8:54 PM
Closed by commit
rL305364: Use StringRef::split instead of StringRef::find and StringRef::substr.
(authored by
ruiu
).
·
Explain Why
Jun 13 2017, 9:03 PM
This revision was automatically updated to reflect the committed changes.