)]}'
{
  "commit": "5d4207f2c3a6c17ffbdbc3f10a17c60b61fbc61a",
  "tree": "36981c9cbd9ff25fa6e7bf8dcab72658030c8af6",
  "parents": [
    "904f8371752ad81b6d13416d8c52381836116dc8"
  ],
  "author": {
    "name": "Saleem Abdulrasool",
    "email": "abdulras@google.com",
    "time": "Fri Aug 13 16:05:58 2021 +0000"
  },
  "committer": {
    "name": "Saleem Abdulrasool",
    "email": "abdulras@google.com",
    "time": "Fri Aug 13 16:08:28 2021 +0000"
  },
  "message": "springbok: avoid warnings from the driver for unused flags\n\nThe CMake configuration forces `-D NDEBUG` and the GNU depfiles (unless\n`CMAKE_FORCE_DEPFILES` is unset when the ASM language is enabled).\nRather than unsetting `CMAKE_FORCE_DEPFILES` before enabling the\nlanguage and filtering out the `-D NDEBUG` from the ASM flags, simply\nrename the source files to `.S` which causes them to be processed as\nASM+CPP which avoids the warnings as the CPP will consume the macros and\nthe deps.  This also makes it easier to modify the assembly routines to\nbehave differently with assertions.\n\nChange-Id: Iea5694f2bfdcf669a436fe23ae965848f50ab396\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f8ffbc24142b64e7687b1c6923fa21562514a11f",
      "old_mode": 33188,
      "old_path": "springbok/CMakeLists.txt",
      "new_id": "a3261e476dee7578765e576f435a6f36fe02b641",
      "new_mode": 33188,
      "new_path": "springbok/CMakeLists.txt"
    },
    {
      "type": "rename",
      "old_id": "8e71aad5002f9b301cc1d32c5c1ea4189a4145f5",
      "old_mode": 33188,
      "old_path": "springbok/crt0.s",
      "new_id": "8e71aad5002f9b301cc1d32c5c1ea4189a4145f5",
      "new_mode": 33188,
      "new_path": "springbok/crt0.S",
      "score": 100
    },
    {
      "type": "rename",
      "old_id": "1787f67bf600146e56d8dbedc836aa8db9d71635",
      "old_mode": 33188,
      "old_path": "springbok/irq_vector.s",
      "new_id": "1787f67bf600146e56d8dbedc836aa8db9d71635",
      "new_mode": 33188,
      "new_path": "springbok/irq_vector.S",
      "score": 100
    }
  ]
}
