c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Decouple compiler resolution #101

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

A while ago, I changed the backend resolver so that its work occurred separately from the use of the backend, permitting the use of the backend spec to configure the resolved backend implementation, letting us drop the spec from the backend interface in many places, and generally cleaning things up considerably. It makes a lot of sense to do the same with compilers, so this issue tracks that.