This is an archive of the discontinued LLVM Phabricator instance.

[Bug 43235] libLLVMObject.so.10svn fails to link error: undefined reference to 'llvm::raw_string_ostream::current_pos() const'
AbandonedPublic

Authored by jaopaulolc on Nov 13 2019, 12:05 PM.

Details

Summary

libLLVMObject.so.10svn fails to link due to undefined references to 'llvm::raw_string_ostream::current_pos() const'.

Managed to fix this by moving its definition from include/llvm/Support/raw_ostream.h to lib/Support/raw_ostream.cpp.

PS.: Just added the first three reviewers in the list. Not sure whom needs to review this part of the project.

Diff Detail