It will run twice in the non-LTO pipeline with `O1` or higher. In LTO post link pipeline, it will be run once with `O2` or higher, since inline and SROA don't run in `O1`.
3 lines
70 B
INI
3 lines
70 B
INI
if not "AMDGPU" in config.root.targets:
|
|
config.unsupported = True
|