mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 16:46:07 +00:00

There is only compile-time tests in `dtor.pass.cpp`, so it could be made a `dtor.compile.pass.cpp`. Instead, add a runtime test for testing the trivial destructor behavior for `tuple`. Differential Revision: https://reviews.llvm.org/D109298