Skip to content

Commit e1cbb89

Browse files
committed
Move new config option to llvm-config
1 parent 5713e04 commit e1cbb89

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

llvm/include/llvm/Config/config.h.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
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

llvm/include/llvm/Config/llvm-config.h.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,8 @@
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

0 commit comments

Comments
 (0)