)]}'
{
  "commit": "eae890f1ba6dba5b2d37db9eecfbcb8544f94070",
  "tree": "d25a128da26c1f11e07adb6242a7882abc665cf8",
  "parents": [
    "642e8e56de35590ba56046a880b8e3620d11ec9b"
  ],
  "author": {
    "name": "David Benjamin",
    "email": "davidben@google.com",
    "time": "Fri Sep 13 12:41:22 2024 -0400"
  },
  "committer": {
    "name": "Boringssl LUCI CQ",
    "email": "boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Fri Sep 13 16:56:14 2024 +0000"
  },
  "message": "Fix delocate with the aarch64 NO_ASM build\n\nThis compiler sometimes emits code like this:\n\n\tadrp x10, .Llocal_data2+16\n\tldr q0, [x10, :lo12:.Llocal_data2+16]\n\nWe transform it into:\n\n\tadr x10, .Llocal_data2+16\n\tldr\tq0, [x10]\n\nNote this makes some assumptions on the compiler, which I\u0027ve documented\nin comments. We already have a similar assumption on ADRP + ADD pairs,\nbut it is a little more likely for the compiler to do this in the ADRP +\nLDR case.\n\nHopefully we can get the delocate replacement working soon and make all\nthis moot.\n\nChange-Id: Icf4ed701142a52edf38d285c0bc5d52c17032d4f\nReviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/71267\nAuto-Submit: David Benjamin \u003cdavidben@google.com\u003e\nCommit-Queue: David Benjamin \u003cdavidben@google.com\u003e\nReviewed-by: Adam Langley \u003cagl@google.com\u003e\nCommit-Queue: Adam Langley \u003cagl@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "884344d5598531dd8608de439f2117a6148318ff",
      "old_mode": 33188,
      "old_path": "util/fipstools/delocate/delocate.go",
      "new_id": "64eb0cfeb7ac2a3ee2e6801346d75a755a4f6a7d",
      "new_mode": 33188,
      "new_path": "util/fipstools/delocate/delocate.go"
    },
    {
      "type": "modify",
      "old_id": "f151c23856e3bfc5016663f02f9e94303891d504",
      "old_mode": 33188,
      "old_path": "util/fipstools/delocate/testdata/aarch64-Basic/in.s",
      "new_id": "f93a83fa95365968965945863c65dbc3abba7451",
      "new_mode": 33188,
      "new_path": "util/fipstools/delocate/testdata/aarch64-Basic/in.s"
    },
    {
      "type": "modify",
      "old_id": "c02461083c86ba8bd0fc40a30d08286ea6660311",
      "old_mode": 33188,
      "old_path": "util/fipstools/delocate/testdata/aarch64-Basic/out.s",
      "new_id": "4c3ec6d0c91107df1b8d6927bd0cd75d4fcb2ff6",
      "new_mode": 33188,
      "new_path": "util/fipstools/delocate/testdata/aarch64-Basic/out.s"
    }
  ]
}
