File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
utils/gn/secondary/llvm/include/llvm/Config Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ endif()
199199string (TOUPPER "${LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING} " uppercase_LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING)
200200
201201if ( uppercase_LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING STREQUAL "COVERAGE" )
202- set ( ENABLE_DEBUGLOC_COVERAGE_TRACKING 1 )
202+ set ( LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING 1 )
203203elseif ( uppercase_LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING STREQUAL "DISABLED" OR NOT DEFINED LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING )
204204 # The DISABLED setting is default and requires no additional defines.
205205else ()
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-
2622/* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
2723 backslashes. */
2824#cmakedefine01 LLVM_WINDOWS_PREFER_FORWARD_SLASH
Original file line number Diff line number Diff line change 129129/* Define if building LLVM with LLVM_ENABLE_TELEMETRY */
130130#cmakedefine01 LLVM_ENABLE_TELEMETRY
131131
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+
132136#endif
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ write_cmake_config("config") {
8484 values = [
8585 " BUG_REPORT_URL=https://github.com/llvm/llvm-project/issues/" ,
8686 " ENABLE_BACKTRACES=1" ,
87- " ENABLE_DEBUGLOC_COVERAGE_TRACKING =" ,
87+ " LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING =" ,
8888 " ENABLE_CRASH_OVERRIDES=1" ,
8989 " BACKTRACE_HEADER=execinfo.h" ,
9090 " HAVE_BUILTIN_THREAD_POINTER=" ,
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-
2622/* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
2723 backslashes. */
2824#cmakedefine01 LLVM_WINDOWS_PREFER_FORWARD_SLASH
Original file line number Diff line number Diff line change 129129/* Define if building LLVM with LLVM_ENABLE_TELEMETRY */
130130#cmakedefine01 LLVM_ENABLE_TELEMETRY
131131
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+
132136#endif
You can’t perform that action at this time.
0 commit comments