Fix ext-int Sema test that didn't specify a triple.
authorErich Keane <erich.keane@intel.com>
Wed, 29 Apr 2020 21:29:58 +0000 (14:29 -0700)
committerErich Keane <erich.keane@intel.com>
Wed, 29 Apr 2020 21:34:53 +0000 (14:34 -0700)
commit5b862b6aa7705fdbd893dc5946289631e7b6d662
treea91fc8d5a706c7ccef650a8dc96c9a3a1f02f1a3
parentd56f62e0df3d5a3a3e3cd66288533e0e6dc85426
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.
clang/test/SemaCXX/ext-int.cpp