This is an archive of the discontinued LLVM Phabricator instance.

This test assumes that -rtlib defaults to libgcc. But that isn't true in the face of -DCLANG_DEFAULT_RTLIB=compiler-rt.
ClosedPublic

Authored by saugustine on Mar 21 2019, 4:13 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

saugustine created this revision.Mar 21 2019, 4:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2019, 4:13 PM
This revision was not accepted when it landed; it landed in state Needs Review.Mar 21 2019, 4:29 PM
This revision was automatically updated to reflect the committed changes.

Was this reviewed?

phosek added a subscriber: phosek.Mar 22 2019, 1:47 AM

Thanks a lot for the fix! Everything is back to green now.

Was this reviewed?

This is addressing an issue introduced by D59109 so I think it's fine to land this without a review (I'd have LGTM'ed this).

It looks Phabricator doesn't have a good diff algorithm... // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \