When libc++ is used to build LLVM libraries, these libraries have dependencies on libc++ and C++ STL signatures in these libraries are corresponding to libc++ implementation. Therefore, -stdlib=libc++ is required on the C++ compiler command for building GO tests that link with these LLVM libraries.
Details
Details
- Reviewers
hubert.reinterpretcast sfertile amyk EricWF - Commits
- rZORG0b178e0450c1: [tests][go]Add -stdlib=libc++ to build GO test if LLVM is built with libc++
rG0b178e0450c1: [tests][go]Add -stdlib=libc++ to build GO test if LLVM is built with libc++
rGaf8cda15deca: [tests][go]Add -stdlib=libc++ to build GO test if LLVM is built with libc++
rL360895: [tests][go]Add -stdlib=libc++ to build GO test if LLVM is built with libc++
Diff Detail
Diff Detail
- Repository
- rL LLVM