[PATCH] D123998: llvm-reduce: Try to parse triple/datalayout from module

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 06:21:03 PDT 2022


thakis added a comment.

Apologies, looks like the remaining failure (http://45.33.8.238/win/57162/step_11.txt) isn't due to this change but due to e39e9d339c94cb7f421403a2980998b4a4b6a1a1 <https://reviews.llvm.org/rGe39e9d339c94cb7f421403a2980998b4a4b6a1a1>. (I failed to find the right review because the commit message didn't link to the review.) I tried fixing that failure in ddfffbeb319aa0cd0eb11c81e2cf989d38ab8a5f <https://reviews.llvm.org/rGddfffbeb319aa0cd0eb11c81e2cf989d38ab8a5f> , let's see if it helps.

There's a windows bot on the public waterfall (https://lab.llvm.org/buildbot/#/console) at https://lab.llvm.org/buildbot/#/builders/123 that you can use to make sure your fixes work. Keeping a bot red for > 15h isn't ideal, of course.


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

https://reviews.llvm.org/D123998



More information about the llvm-commits mailing list