Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@

/* Define to 1 to enable expensive checks for debug location coverage checking,
and to 0 otherwise. */
#define LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING 1
#define LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING 0

/* Define to 1 to enable expensive tracking of the origin of debug location
coverage bugs, and to 0 otherwise. */
#define LLVM_ENABLE_DEBUGLOC_ORIGIN_TRACKING 0

#endif
4 changes: 4 additions & 0 deletions utils/bazel/llvm_configs/llvm-config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,8 @@
and to 0 otherwise. */
#cmakedefine01 LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING

/* Define to 1 to enable expensive tracking of the origin of debug location
coverage bugs, and to 0 otherwise. */
#cmakedefine01 LLVM_ENABLE_DEBUGLOC_ORIGIN_TRACKING

#endif
Loading