This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Also obey -nostdlib++ when rewriting -lstdc++.
ClosedPublic

Authored by danalbert on Dec 18 2018, 3:02 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

danalbert created this revision.Dec 18 2018, 3:02 PM
pirama added inline comments.Dec 18 2018, 3:04 PM
test/Driver/nostdlibxx.cpp
14 ↗(On Diff #178795)

Missing space here?

pirama accepted this revision.Dec 18 2018, 3:05 PM
pirama added inline comments.
test/Driver/nostdlibxx.cpp
14 ↗(On Diff #178795)

Between -lstdc++ and the %s.

This revision is now accepted and ready to land.Dec 18 2018, 3:05 PM
danalbert updated this revision to Diff 178805.Dec 18 2018, 3:31 PM
danalbert marked 2 inline comments as done.Dec 18 2018, 3:32 PM
This revision was automatically updated to reflect the committed changes.