This is an archive of the discontinued LLVM Phabricator instance.

Relax the grammar of the version script.
ClosedPublic

Authored by ruiu on Feb 1 2018, 2:37 PM.

Details

Summary

In GNU linkers, the last semicolon is optional. We can't link libstdc++
with lld because of that difference.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

ruiu created this revision.Feb 1 2018, 2:37 PM
ruiu updated this revision to Diff 132482.Feb 1 2018, 2:38 PM
  • fix a typo in test
Harbormaster completed remote builds in B14526: Diff 132482.
This revision was not accepted when it landed; it landed in state Needs Review.Feb 1 2018, 3:48 PM
This revision was automatically updated to reflect the committed changes.