This is an archive of the discontinued LLVM Phabricator instance.

[clang][driver][AIX] Set compiler-rt as default rtlib
ClosedPublic

Authored by daltenty on Sep 23 2020, 2:11 PM.

Diff Detail

Unit TestsFailed

Event Timeline

daltenty created this revision.Sep 23 2020, 2:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2020, 2:11 PM
daltenty requested review of this revision.Sep 23 2020, 2:11 PM
clang/test/Driver/aix-ld.c
215

Copy/paste error?

237

Typo?

249

Typo?

clang/test/Driver/aix-rtlib.c
4

Remove "hard" tab. Indent to line up the hyphens.

6

Same. Plus remove extra spaces.

daltenty updated this revision to Diff 294053.Sep 24 2020, 7:47 AM
  • Fix formating
  • Fix typos
  • Replace pattern with windows-friendly directory seperators
daltenty marked 5 inline comments as done.Sep 24 2020, 7:49 AM
This revision is now accepted and ready to land.Sep 24 2020, 8:30 AM
daltenty updated this revision to Diff 294822.Sep 28 2020, 3:58 PM
  • Remove blankline
  • Fix path seperators in second test as well
This revision was automatically updated to reflect the committed changes.