labath accepted this revision. labath added a comment. > Not sure why this isn't failing the build bots.. (unless they're running > without asserts?).
The build bots (and lit, in general) runs each of the unit tests in isolation (so it first gets a list of all tests, then runs the executable with `--gtest_filter=TestName` for each of the tests in turn). This means issues like this don't show up there. However, it's good to fix them nonetheless. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D62788/new/ https://reviews.llvm.org/D62788 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits