[llvm-commits] [llvm] r127019 - in /llvm/trunk: lib/Target/ARM/ARMGlobalMerge.cpp test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll test/CodeGen/ARM/global-merge.ll
Anton Korobeynikov
anton at korobeynikov.info
Fri Mar 4 11:53:29 PST 2011
Hi Devang,
> Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract individual variable's info from merged global.
Can't we just disable the merging of stuff with debug metadata
attached? This way we can keep the variables available for debugger
and won't hurt release builds.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list