]> git.baikalelectronics.ru Git - uboot.git/commit
Merge branch '2023-04-04-update-to-clang-16'
authorTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 18:36:43 +0000 (14:36 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 18:36:43 +0000 (14:36 -0400)
commit8b4cb38694e306914a349abc85f6e3a218c3bcc5
tree3e6bccfc2033f154209afc4b888897ffa301f7d2
parente5dba41ad402194ccb90344186d0e48126c711ca
parent8ddd651ea5e7be1866a370e123f1acf025aa1893
Merge branch '2023-04-04-update-to-clang-16'

- Update our CI to use clang-16 for tests. This also changes slightly
  how we do linker lists so that we don't rely on undefined behavior
  that lead to clang-15 and later failing to work (and in some cases
  seemingly, earlier versions of clang would sometimes fail).