Skip to content

llvm: simplify the architecture selection

Instead of regex matching, just build up a table using CMake variables. This allows for better documentation on what values are actually in use here.


Cc: @cory.quammen @chuck.atkins

Merge request reports