[llvm] r315854 - Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 16:55:25 PST 2017


Aaron Ballman <aaron at aaronballman.com> writes:
> On Mon, Dec 4, 2017 at 5:24 PM, Justin Bogner <mail at justinbogner.com> wrote:
>> Aaron Ballman via llvm-commits <llvm-commits at lists.llvm.org> writes:
>>> Author: aaronballman
>>> Date: Sun Oct 15 07:32:27 2017
>>> New Revision: 315854
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=315854&view=rev
>>> Log:
>>> Reverting r315590; it did not include changes for llvm-tblgen, which
>>> is causing link errors for several people.
>>
>> What's happening with this? Is someone investigating these errors? I'd
>> really like the part of this change that moves LLVM_ENABLE_DUMP into
>> llvm-config.h to get in, as it's currently kind of awkward to use in the
>> half finished state.
>>
>>> Error LNK2019 unresolved external symbol "public: void __cdecl
>>> `anonymous namespace'::MatchableInfo::dump(void)const "
>>> (?dump at MatchableInfo@?A0xf4f1c304@@QEBAXXZ) referenced in function
>>> "public: void __cdecl `anonymous
>>> namespace'::AsmMatcherEmitter::run(class llvm::raw_ostream &)"
>>> (?run at AsmMatcherEmitter@?A0xf4f1c304@@QEAAXAEAVraw_ostream at llvm@@@Z)
>>> llvm-tblgen D:\llvm\2017\utils\TableGen\AsmMatcherEmitter.obj 1
>
> I've not been investigating -- I was only trying to get the bot back
> to green. Perhaps Don has worked on this, however.

Okay, I couldn't find any email trail of followup (not even to mention
the commit was reverted!), so I wasn't sure if I'd just missed the
conversation here.


More information about the llvm-commits mailing list