Skip to content

BUILD_SHARED_LIBS is broken #11543

@llvmbot

Description

@llvmbot
Bugzilla Link 11171
Resolution FIXED
Resolved on Oct 18, 2011 21:11
Version trunk
OS All
Reporter LLVM Bugzilla Contributor
CC @oscarfv

Extended Description

On both x86_64 darwin and ppc darwin I'm seeing failures:

Undefined symbols for architecture x86_64:
"vtable for llvm::raw_ostream", referenced from:
llvm::raw_ostream::raw_ostream(bool)in gtest.cc.o
llvm::raw_ostream::raw_ostream(bool)in gtest-death-test.cc.o
llvm::raw_ostream::raw_ostream(bool)in gtest-port.cc.o
llvm::raw_ostream::raw_ostream(bool)in gtest-typed-test.cc.o
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"vtable for llvm::raw_os_ostream", referenced from:
llvm::raw_os_ostream::raw_os_ostream(std::basic_ostream<char, std::char_traits >&)in gtest.cc.o
llvm::raw_os_ostream::raw_os_ostream(std::basic_ostream<char, std::char_traits >&)in gtest-death-test.cc.o
llvm::raw_os_ostream::raw_os_ostream(std::basic_ostream<char, std::char_traits >&)in gtest-port.cc.o
llvm::raw_os_ostream::raw_os_ostream(std::basic_ostream<char, std::char_traits >&)in gtest-typed-test.cc.o
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"llvm::raw_os_ostream::~raw_os_ostream()", referenced from:
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest.cc.o
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest.cc.o
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest-death-test.cc.o
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest-death-test.cc.o
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest-port.cc.o
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest-port.cc.o
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest-typed-test.cc.o
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillacmakeBuild system in general and CMake in particular

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions