[PATCH] D159486: Fix build error in CI.

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 8 14:23:23 PDT 2023


smeenai added a comment.

Generally it's preferred to either push bot failure fixes directly or revert the original commit (also without review), to get bots unblocked as soon as possible :)

>From what I can see, the test failure is because `dso_local` isn't emitted on Mac. That seems incidental to the point of your test, so using a regex match instead might be preferable.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159486/new/

https://reviews.llvm.org/D159486



More information about the cfe-commits mailing list