Skip to content

clc: use addMacroDef/Undef instead of -D/-U flags

Karol Herbst requested to merge karolherbst/mesa:clc/cleanup/macro_defs into main

On top of https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/

It always felt weird having the extension management in two different places. Later once we require LLVM-14 we might even be able to clean it up a little more.

Merge request reports