Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I've no idea whether buildbot auto-updates or if it requires someone to go manually poke it, but this at least looks reasonable.
Comment Actions
It'll be obvious from the cmake invocation whether it worked next time the bot runs:
http://lab.llvm.org:8011/buildslaves/sanitizer-windows
I'll just monitor that.
Comment Actions
It looks like the latest build didn't pick up the change:
Running: cmake "-DLLVM_LIT_ARGS=-sv -j 16" -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PDB=ON -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl "C:\\b\\slave\\sanitizer-windows\\build\\llvm.src"
@rnk do you know what's up with that? Looks like I need to put it in the stage1 args?
Comment Actions
Thanks! It looks like @gkistanova restarted the master and the annotator script worked on the first try. That is, unless someone did more work to get it going. I wasn't around for the restart. If so, that is amazing.