[asan] Don't use libstdc++ in test
authorAlex Brachet <abrachet@google.com>
Fri, 19 May 2023 15:17:59 +0000 (15:17 +0000)
committerAlex Brachet <abrachet@google.com>
Fri, 19 May 2023 15:17:59 +0000 (15:17 +0000)
commit4df44a008472ea1e5d7f581a1067d9f1b6d9dbf5
tree1eb20033e7f1bb33172c3ada2ed5808ff789580b
parent7084fb1e28443411bf5af204ba98f9429fce9b87
[asan] Don't use libstdc++ in test

It shouldn't be assumed that libstdc++ is always available even on Linux.
Just let the compiler pick the default

Differential Revision: https://reviews.llvm.org/D150809
compiler-rt/test/asan/TestCases/throw_invoke_test.cpp
compiler-rt/test/lit.common.cfg.py