[PATCH] D141751: test-release.sh: Only build native target for stage 1 and stage 2

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 11:31:42 PST 2023


thieta added a comment.

I haven't tried the change - but the errors here makes sense. I bet those objects have references to the other targets and they will differ when we disable anything but Native. If we want to keep these checks we probably need to build all targets for phase 2 or filter the list of objects to compare.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141751



More information about the llvm-commits mailing list