Skip to content

Commit 303303e

Browse files
committed
Enable Key Instructions in LLVM builds by default
1 parent f4feab9 commit 303303e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ set(LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING "DISABLED" CACHE STRING
546546
set_property(CACHE LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING PROPERTY STRINGS DISABLED COVERAGE)
547547

548548
option(LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS
549-
"Add additional fields to DILocations to support Key Instructions" OFF)
549+
"Add additional fields to DILocations to support Key Instructions" ON)
550550

551551
set(WINDOWS_PREFER_FORWARD_SLASH_DEFAULT OFF)
552552
if (MINGW)

0 commit comments

Comments
 (0)