[lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSD
authorMichal Gorny <mgorny@gentoo.org>
Sat, 2 Mar 2019 16:46:29 +0000 (16:46 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Sat, 2 Mar 2019 16:46:29 +0000 (16:46 +0000)
commit8085c1b3c1c93b5027b8dd611733d1e1ab68c4ab
tree0549469e27365b6a02067d09602e58537a620692
parent1f65903dc1d9140a1efd256ebc41d30f955b971e
[lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSD

Remove the code forcing -stdlib=libstdc++ on NetBSD in getBuildFlags()
method.  NetBSD uses libc++ everywhere else, and using libstdc++ here
causes lang/cpp/dynamic-value to fail to build.

Differential Revision: https://reviews.llvm.org/D58871

llvm-svn: 355273
lldb/packages/Python/lldbsuite/test/lldbtest.py