[all-commits] [llvm/llvm-project] 461566: Add a test triple to avoid failure under MS ABI.

Richard Smith via All-commits all-commits at lists.llvm.org
Thu Mar 12 16:44:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 461566b0465c57793c70b0daff87f071d9e5906a
      https://github.com/llvm/llvm-project/commit/461566b0465c57793c70b0daff87f071d9e5906a
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2020-03-12 (Thu, 12 Mar 2020)

  Changed paths:
    M clang/test/CXX/special/class.dtor/p5-0x.cpp

  Log Message:
  -----------
  Add a test triple to avoid failure under MS ABI.

MS ABI has slightly different rules for when destructors are implicitly
defined and when the 'delete this' is checked that are out of scope for
the intent of this test.




More information about the All-commits mailing list