[PATCH] D81181: [TargetLowering][NFC] More efficient emitPatchpoint().

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 06:01:34 PDT 2020


dantrushin added a comment.

In D81181#2076092 <https://reviews.llvm.org/D81181#2076092>, @stuij wrote:

> Seems like this is breaking on buildbot (and also my local checkout): http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/16759


Are you sure? In your logs I see

  E:\build_slave\lldb-x64-windows-ninja\llvm-project\llvm\include\llvm/CodeGen/TargetLowering.h(2971): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\BUILDS~1\AppData\Local\Temp\_CL_ea8c083eex': No space left on device

which cannot be caused by my fix, I believe ;)
I'll double check buildbot


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81181





More information about the llvm-commits mailing list