Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lldb][test] Fix TestStdCXXDisassembly test for case when tests are l…
…inked with libc++ statically (llvm#98694) This is to fix buildbot failure https://lab.llvm.org/staging/#/builders/195/builds/4255. The test expects 'libstdc++' or 'libc++' SO module in the module list. In case when static linking with libc++ is on by default, none of them may be present. Thus, USE_SYSTEM_STDLIB is added to ensure the presence of any of them. --------- Co-authored-by: Vladimir Vereschaka <vvereschaka@accesssoftek.com>
- Loading branch information