[llvm] [DebugInfo] Preserve line and column number when merging debug info. (PR #129960)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 16:54:35 PDT 2025


================
@@ -34,6 +35,12 @@ cl::opt<bool> EnableFSDiscriminator(
     cl::desc("Enable adding flow sensitive discriminators"));
 } // namespace llvm
 
+// When true, preserves line and column number by picking one of the merged
----------------
snehasish wrote:

Done, "pick-merged-source-locations" sounds good to me.

https://github.com/llvm/llvm-project/pull/129960


More information about the llvm-commits mailing list