[clang][test] Update -fc++-abi tests
authorLeonard Chan <leonardchan@google.com>
Tue, 4 May 2021 22:52:17 +0000 (15:52 -0700)
committerLeonard Chan <leonardchan@google.com>
Tue, 4 May 2021 22:53:00 +0000 (15:53 -0700)
commit0277a24f4bbac284ba7a2ace7eeefdf6305e7f69
treebba072b6dfad03cac660b6f54ee325e722451000
parent347f69c55f45acd80070f522bed7417d402f84b0
[clang][test] Update -fc++-abi tests

This attempts to move driver tests out of Frontend and to Driver, separates
RUNs that should fail from RUNs that should succeed, and prevent creating
output files or dumping output.

Differential Revision: https://reviews.llvm.org/D101867
clang/test/Driver/cxx-abi-flag.cpp [new file with mode: 0644]
clang/test/Frontend/invalid-cxx-abi.cpp
clang/test/Frontend/valid-cxx-abi.cpp [new file with mode: 0644]