You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ATfE] Throw an error if a requested variant name is not found (#457) (#465)
By default the toolchain enables all available library variants to be
built, but a list of specific variants can instead be enabled through
the `-DLLVM_TOOLCHAIN_LIBRARY_VARIANTS` option. Currently, if an invalid
name is specified, the configuration will not notice and that variant
will silently not be built. This patch instead causes the script to
throw an error, so that it is clear that an expected variant is missing
if the name is incorrect.
(cherry picked from commit 2bce241)
0 commit comments