[PATCH] D98158: [Driver] Pass --unwindlib=platform to tests that check unwinder

2021-03-07 Thread Petr Hosek via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG7514f1a31275: [Driver] Pass --unwindlib=platform to tests that check unwinder (authored by phosek). Repository: rG LLVM Github Monorepo CHANGES S

[PATCH] D98158: [Driver] Pass --unwindlib=platform to tests that check unwinder

2021-03-07 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay accepted this revision. MaskRay added a comment. This revision is now accepted and ready to land. LGTM. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98158/new/ https://reviews.llvm.org/D98158 __

[PATCH] D98158: [Driver] Pass --unwindlib=platform to tests that check unwinder

2021-03-07 Thread Petr Hosek via Phabricator via cfe-commits
phosek added a comment. I forgot to do a clean build and missed two more cases, after this everything seems to be green. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98158/new/ https://reviews.llvm.org/D98158

[PATCH] D98158: [Driver] Pass --unwindlib=platform to tests that check unwinder

2021-03-07 Thread Petr Hosek via Phabricator via cfe-commits
phosek created this revision. phosek added reviewers: MaskRay, mstorsjo. phosek requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. There are two additional cases that were missed in D98131 . Repository: rG