File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
llvm/lib/CodeGen/LiveDebugValues Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -123,14 +123,6 @@ bool LiveDebugValues::runOnMachineFunction(MachineFunction &MF) {
123
123
}
124
124
125
125
bool llvm::debuginfoShouldUseDebugInstrRef (const Triple &T) {
126
- // Enable by default on x86_64, disable if explicitly turned off on cmdline.
127
- // Disabled while https://reviews.llvm.org/D116821 is investigated.
128
- #if 0
129
- if (T.getArch() == llvm::Triple::x86_64 &&
130
- ValueTrackingVariableLocations != cl::boolOrDefault::BOU_FALSE)
131
- return true;
132
- #endif
133
-
134
- // Otherwise: enable if explicitly requested on command line.
126
+ // Enable if explicitly requested on command line.
135
127
return ValueTrackingVariableLocations == cl::boolOrDefault::BOU_TRUE;
136
128
}
You can’t perform that action at this time.
0 commit comments