mbox series

[0/2] clang: misc fixes

Message ID 20260629110619.530623-1-joaomarcos.costa@bootlin.com
Headers show
Series clang: misc fixes | expand

Message

João Marcos Costa June 29, 2026, 11:06 a.m. UTC
Hello,

Regarding the first patch, it is dead code for now because get_clang_host_arch()
and get_clang_target_arch() are not used anywhere. However, I had prepared some
patches to fix them too, then use them to define LLVM_TARGETS_TO_BUILD, but this
still needs some testing and I have other changes to submit first.

Best regards,

João Marcos Costa (2):
  common-clang.inc: fix undefined name in get_clang_arch
  clang_git.bb: remove dangling comment

 meta/recipes-devtools/clang/clang_git.bb     | 2 --
 meta/recipes-devtools/clang/common-clang.inc | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)