[all-commits] [llvm/llvm-project] 5b862b: Fix ext-int Sema test that didn't specify a triple.

Erich Keane via All-commits all-commits at lists.llvm.org
Wed Apr 29 14:35:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b862b6aa7705fdbd893dc5946289631e7b6d662
      https://github.com/llvm/llvm-project/commit/5b862b6aa7705fdbd893dc5946289631e7b6d662
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M clang/test/SemaCXX/ext-int.cpp

  Log Message:
  -----------
  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.




More information about the All-commits mailing list