[all-commits] [llvm/llvm-project] 2ae2b4: [ConstantHoisting][test] Adjust lit test to hopefu...

Björn Pettersson via All-commits all-commits at lists.llvm.org
Mon Aug 14 06:15:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ae2b4ec1a52aa61728bff379d1790f526c76fe1
      https://github.com/llvm/llvm-project/commit/2ae2b4ec1a52aa61728bff379d1790f526c76fe1
  Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M llvm/test/Transforms/ConstantHoisting/X86/pr52689-not-all-uses-rebased.ll

  Log Message:
  -----------
  [ConstantHoisting][test] Adjust lit test to hopefully work on windows (2nd attempt)

Problem seem to be that on windows it says
  "Assertion failed: ...."
while one linux we get
  "Assertion ... failed."

Anyway, this fixup also limits the test case to x86_64-linux to
avoid buildbot failures due to such problems.




More information about the All-commits mailing list