File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1919/* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
2020#cmakedefine01 LLVM_ENABLE_CRASH_DUMPS
2121
22- /* Define to 1 to enable expensive checks for debug location coverage checking,
23- and to 0 otherwise. */
24- #cmakedefine01 ENABLE_DEBUGLOC_COVERAGE_TRACKING
25-
26- /* Define to 1 to enable expensive tracking of the origin of debug location
27- coverage bugs, and to 0 otherwise. */
28- #cmakedefine01 LLVM_ENABLE_DEBUGLOC_ORIGIN_TRACKING
29-
3022/* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
3123 backslashes. */
3224#cmakedefine01 LLVM_WINDOWS_PREFER_FORWARD_SLASH
Original file line number Diff line number Diff line change 133133 and to 0 otherwise. */
134134#cmakedefine01 LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING
135135
136+ /* Define to 1 to enable expensive tracking of the origin of debug location
137+ coverage bugs, and to 0 otherwise. */
138+ #cmakedefine01 LLVM_ENABLE_DEBUGLOC_ORIGIN_TRACKING
139+
136140#endif
You can’t perform that action at this time.
0 commit comments