[PATCH] D19723: Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them.

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 07:50:57 PDT 2016


filcab created this revision.
filcab added a reviewer: chandlerc.
filcab added subscribers: llvm-commits, gberry, RKSimon.
Herald added subscribers: mzolotukhin, jyknight.

Historically, we had a switch in the Makefiles for turning on "expensive
checks". This has never been ported to the cmake build, but the
(dead-ish) code is still around.

This will also make it easier to turn it on in buildbots.

http://reviews.llvm.org/D19723

Files:
  CMakeLists.txt
  cmake/modules/HandleLLVMOptions.cmake
  include/llvm/Analysis/RegionInfoImpl.h
  include/llvm/Support/GenericDomTree.h
  lib/Analysis/LoopInfo.cpp
  lib/Analysis/ScalarEvolution.cpp
  lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/IR/Dominators.cpp
  lib/Target/ARM/ARMFrameLowering.cpp
  lib/Target/Hexagon/HexagonCommonGEP.cpp
  lib/Target/Sparc/SparcFrameLowering.cpp
  lib/Target/X86/X86FrameLowering.cpp
  lib/Transforms/ObjCARC/BlotMapVector.h
  lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  lib/Transforms/Utils/MemorySSA.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19723.55599.patch
Type: text/x-patch
Size: 7932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160429/e4689acb/attachment.bin>


More information about the llvm-commits mailing list