[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 01:54:33 PDT 2024


================
@@ -370,6 +384,7 @@ OPTIONS
         "ModuleName": "inlined.elf",
         "Symbol": [
           {
+            "Approximate": false,
----------------
bd1976bris wrote:

Can we elide the "Approximate" field if the value is false?

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


More information about the llvm-commits mailing list