[all-commits] [llvm/llvm-project] 95d440: [ORC] skip reoptimization tests on ARM (#130178)

fossdd via All-commits all-commits at lists.llvm.org
Fri May 9 02:01:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95d440cc7c398dbba8ac27af8e1690460b4e88bf
      https://github.com/llvm/llvm-project/commit/95d440cc7c398dbba8ac27af8e1690460b4e88bf
  Author: fossdd <fossdd at pwned.life>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp

  Log Message:
  -----------
  [ORC] skip reoptimization tests on ARM (#130178)

It failed on armv7 with "Architecture not supported" which is due to
StubTests being not supported on ARM


/builds/fossdd/aports/main/llvm20/src/llvm-project-20.1.0.src/llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp:140:
Failure
	Value of: llvm::detail::TakeError(RM.takeError())
	Expected: succeeded
Actual: failed (Architecture not supported) (of type
llvm::detail::ErrorHolder)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list