Fix ext-int Sema test that didn't specify a triple.
I added a limit to make sure that _ExtInt isn't exposed on systems that haven't considered it in their ABI. The ext-int.cpp Sema test didn't have a triple, so on non x86/x86_64 it would fail with this new error. This patch adds said triple to make sure this passes.
Loading
Please sign in to comment