[PATCH] D88661: llvm-diva - Debug Information Visual Analizer

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 4 11:02:06 PDT 2020


CarlosAlbertoEnciso added a comment.

> For CMake changes, it'd be good to test a -DBUILD_SHARED_LIBS=on configuration. Many unspecified dependency can be caught. It also pushes the author to think whether certain dependencies are needed.
>
>   FAILED: lib/libLLVMDebugInfoLogicalView.so.12git
>   ...
>   ld.lld: error: undefined symbol: llvm::raw_ostream::write(char const*, unsigned long)
>   ld.lld: error: undefined symbol: llvm::Twine::str[abi:cxx11]() const

Updated the CMake configuration files to support `-DBUILD_SHARED_LIBS=ON`


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

https://reviews.llvm.org/D88661



More information about the llvm-commits mailing list