[llvm-bugs] [Bug 27051] New: Regression(264084:264182): undefined reference errors when linking chrome/linux binaries
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 24 03:03:50 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27051
Bug ID: 27051
Summary: Regression(264084:264182): undefined reference errors
when linking chrome/linux binaries
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
https://build.chromium.org/p/chromium.fyi/builders/ClangToTLinux/builds/4713/steps/compile/logs/stdio
ninja -C out/Release content_decoder_tool
../../net/filter/mock_filter_context.cc:11: error: undefined reference to
'GURL::GURL()'
../../net/filter/mock_filter_context.cc:18: error: undefined reference to
'GURL::~GURL()'
../../net/filter/mock_filter_context.cc:35: error: undefined reference to
'GURL::GURL(GURL const&)'
../../net/filter/mock_filter_context.cc:35: error: undefined reference to
'GURL::operator=(GURL)'
../../net/filter/mock_filter_context.cc:35: error: undefined reference to
'GURL::~GURL()'
Sadly, the bot was red due to something else for a while, so the regression
range is pretty big.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160324/6b9b7642/attachment-0001.html>
More information about the llvm-bugs
mailing list