Displaying 1 result from an estimated 1 matches for "c11513ac".
2016 Apr 21
3
XDEBUG build bots?
Hi All,
Are there any bots that do any testing with clang/llvm built with XDEBUG
(i.e. expensive checking)? I'm seeing 36 lit tests that currently hit
asserts that are checked when XDEBUG is enabled. The checks that I'm
hitting are:
- DominatorTree::verifyDomTree()
- DAGTypeLegalizer::PerformExpensiveChecks()
- SelectionDAG checkForCyclesHelper
Are these known issues or should I file