[PATCH] D67319: Fix dlopen-mixed-c-cxx test case when libstdc++ is not available

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 8 04:34:18 PDT 2019


Hahnfeld added a comment.

For the record, I don't think this would have worked: I do have `libstdc++` available on my system (I just choose `SANITIZER_CXX_ABI=libcxxabi` for other reasons) and passing `-stdlib=libstdc++` when building the test doesn't help as I've already said in D67298 <https://reviews.llvm.org/D67298>. Moreover, there's nothing in the test that requires `libstdc++`, it just happens to pass due to many chained implications, and restricting a test without understanding the root cause is probably no good idea.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67319/new/

https://reviews.llvm.org/D67319





More information about the llvm-commits mailing list