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 19
19
/* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
20
20
#cmakedefine01 LLVM_ENABLE_CRASH_DUMPS
21
21
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
-
30
22
/* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
31
23
backslashes. */
32
24
#cmakedefine01 LLVM_WINDOWS_PREFER_FORWARD_SLASH
Original file line number Diff line number Diff line change 133
133
and to 0 otherwise. */
134
134
#cmakedefine01 LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING
135
135
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
+
136
140
#endif
You can’t perform that action at this time.
0 commit comments