Skip to content

driver: check if clang is the assembler when passing clang specific arguments (#19827)

adam requested to merge wip/adamse/T19827 into master
driver: check if clang is the assembler when passing clang specific arguments (#19827)

Previously we assumed that the assembler was the same as the c compiler,
but we allow setting them to different programs with -pgmc and -pgma.
Edited by adam

Merge request reports