docker-image icon indicating copy to clipboard operation
docker-image copied to clipboard

Upgrade to LLVM 14

Open stephanosio opened this issue 3 years ago • 1 comments

The Docker image currently builds with LLVM 12: https://github.com/zephyrproject-rtos/docker-image/blob/e4c2d3d93c9f71dd687e375aab4fc42c3d5ca157/Dockerfile#L7

Consider upgrading to the LLVM 14 release.

stephanosio avatar Aug 04 '22 07:08 stephanosio

Also consider installing clang-format and clang-tidy packages (note that they are not currently installed; also note that clang-tools package does not include these utilities).

stephanosio avatar Aug 04 '22 08:08 stephanosio

LLVM 15 was just released yesterday (Sep. 6), target LLVM 15.

stephanosio avatar Sep 07 '22 13:09 stephanosio