File tree 6 files changed +10
-10
lines changed
utils/gn/secondary/llvm/include/llvm/Config 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ endif()
199
199
string (TOUPPER "${LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING} " uppercase_LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING)
200
200
201
201
if ( uppercase_LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING STREQUAL "COVERAGE" )
202
- set ( ENABLE_DEBUGLOC_COVERAGE_TRACKING 1 )
202
+ set ( LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING 1 )
203
203
elseif ( uppercase_LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING STREQUAL "DISABLED" OR NOT DEFINED LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING )
204
204
# The DISABLED setting is default and requires no additional defines.
205
205
else ()
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
22
/* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
27
23
backslashes. */
28
24
#cmakedefine01 LLVM_WINDOWS_PREFER_FORWARD_SLASH
Original file line number Diff line number Diff line change 129
129
/* Define if building LLVM with LLVM_ENABLE_TELEMETRY */
130
130
#cmakedefine01 LLVM_ENABLE_TELEMETRY
131
131
132
+ /* Define to 1 to enable expensive checks for debug location coverage checking,
133
+ and to 0 otherwise. */
134
+ #cmakedefine01 LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING
135
+
132
136
#endif
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ write_cmake_config("config") {
84
84
values = [
85
85
" BUG_REPORT_URL=https://github.com/llvm/llvm-project/issues/" ,
86
86
" ENABLE_BACKTRACES=1" ,
87
- " ENABLE_DEBUGLOC_COVERAGE_TRACKING =" ,
87
+ " LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING =" ,
88
88
" ENABLE_CRASH_OVERRIDES=1" ,
89
89
" BACKTRACE_HEADER=execinfo.h" ,
90
90
" HAVE_BUILTIN_THREAD_POINTER=" ,
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
22
/* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
27
23
backslashes. */
28
24
#cmakedefine01 LLVM_WINDOWS_PREFER_FORWARD_SLASH
Original file line number Diff line number Diff line change 129
129
/* Define if building LLVM with LLVM_ENABLE_TELEMETRY */
130
130
#cmakedefine01 LLVM_ENABLE_TELEMETRY
131
131
132
+ /* Define to 1 to enable expensive checks for debug location coverage checking,
133
+ and to 0 otherwise. */
134
+ #cmakedefine01 LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING
135
+
132
136
#endif
You can’t perform that action at this time.
0 commit comments