[PATCH] D105632: [LV] Use lookThroughAnd with logical reductions

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 06:43:03 PDT 2021


morehouse added a comment.

This patch appears to have broken the sanitizer-windows bot:  https://lab.llvm.org/buildbot/#/builders/127/builds/14307

  ******************** TEST 'AddressSanitizer-x86_64-windows :: TestCases/Windows/recalloc_sanity.cpp' FAILED ********************
  Exit Code: 1318
  # command output:
     Creating library C:\b\slave\sanitizer-windows\build\stage1\projects\compiler-rt\test\asan\X86_64WindowsConfig\TestCases\Windows\Output\recalloc_sanity.cpp.tmp.lib and object C:\b\slave\sanitizer-windows\build\stage1\projects\compiler-rt\test\asan\X86_64WindowsConfig\TestCases\Windows\Output\recalloc_sanity.cpp.tmp.exp
  LINK : fatal error LNK1318: Unexpected PDB error; FORMAT (11) ''
  # command stderr:
  clang-cl: error: linker command failed with exit code 1318 (use -v to see invocation)
  error: command failed with exit status: 1318

Could you please take a look?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105632



More information about the llvm-commits mailing list