Skip to content

Commit 85a11bc

Browse files
authored
[KeyInstr] Enable Key Instructions support in LLVM (llvm#144324)
Set LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS=ON by default. This enables support for Key Instructions in LLVM by default, it does not enable the feature by default. This does have an affect on compile time, which looks to have mostly been "paid for" (if that argument stands) by my PR llvm#143399.
1 parent 0e6a8b5 commit 85a11bc

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
@@ -581,7 +581,7 @@ set(LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING "DISABLED" CACHE STRING
581581
set_property(CACHE LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING PROPERTY STRINGS DISABLED COVERAGE COVERAGE_AND_ORIGIN)
582582

583583
option(LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS
584-
"Add additional fields to DILocations to support Key Instructions" OFF)
584+
"Add additional fields to DILocations to support Key Instructions" ON)
585585

586586
set(WINDOWS_PREFER_FORWARD_SLASH_DEFAULT OFF)
587587
if (MINGW)

0 commit comments

Comments
 (0)