[all-commits] [llvm/llvm-project] 7085cd: [Compiler-rt] Downgrade fatal error about unsuppor...

Dan Liew via All-commits all-commits at lists.llvm.org
Sat May 15 10:55:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7085cd2f2945b1e73e1c66f78080c48cba9112e8
      https://github.com/llvm/llvm-project/commit/7085cd2f2945b1e73e1c66f78080c48cba9112e8
  Author: Dan Liew <dliew at apple.com>
  Date:   2021-05-15 (Sat, 15 May 2021)

  Changed paths:
    M compiler-rt/test/lit.common.cfg.py

  Log Message:
  -----------
  [Compiler-rt] Downgrade fatal error about unsupported test configuration
to a warning.

https://reviews.llvm.org/D101681 introduced a check to make sure the
compiler and compiler-rt were using the same library path when
`COMPILER_RT_TEST_STANDALONE_BUILD_LIBS=ON`, i.e. the developer's
intention is to test the just built libs rather that shipped with the
compiler used for testing.

It seems this broken some bots that are likely misconfigured.

So to unbreak them, for now let's make this a warning so the bot
owners can investigate without breaking their builds.




More information about the All-commits mailing list