google / gematria

Machine learning for machine code.
Apache License 2.0
76 stars 11 forks source link

Bump LLVM in docker image to LLVM 19 #222

Closed boomanaiden154 closed 1 month ago

boomanaiden154 commented 1 month ago

This patch updates clang/lld within the docker image to LLVM 19. This is necessary for the use of the -fbasic-block-address-map flag, which we need to switch a couple of tests over to as the old option, -fbasic-block-sections=labels is deprecated.