Hi! Also, something that I believe has been discussed in the past, but can't find it on your wiki page nor in *.opt, are option overrides for the offloading target, i.e. some option you can pass to the host compiler driver during linking that will tell the driver for which offloading targets (if any at all) to produce the offloading support (defaulting to all configured offloading target is fine) and optionally what extra options beyond what has been passed on the command line should be passed to the offloading compiler.
Say, if I want to link target-1.exe such that it will only support host fallback and not x86_64-intelmicemul-linux-gnu , how do I achieve that now? Jakub