[PATCH] D91334: [compiler-rt] Set CMAKE_TRY_COMPILE_TARGET_TYPE to STATIC_LIBRARY when building builtins standalone

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 22:48:56 PST 2021


mstorsjo added a comment.

In D91334#2621320 <https://reviews.llvm.org/D91334#2621320>, @phosek wrote:

> I don't think this is an issue with this change, it's an issue on our side.

Ok, let's hope so. This one has a bit of a risk of accidentally succdeeding in tests that were supposed to fail, but your commands look like they have i386 mixed up with x86_64.

A different potential culprit would be D98173 <https://reviews.llvm.org/D98173>, but I'd really hope that one wouldn't mix up i386 with x86_64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91334



More information about the llvm-commits mailing list