Skip to content

configure: Drop Clang command from settings

Rodrigo Mesquita requested to merge wip/romes/drop-clangcmd into master

Due to 01542cb7 we no longer use the runClang function, and no longer need to configure into settings the Clang command. We used to determine options at runtime to pass clang when it was used as an assembler, but now that we configure at configure time we no longer need to.

Merge request reports