This is an archive of the discontinued LLVM Phabricator instance.

[gn build] Fix CodeGenTests
ClosedPublic

Authored by aeubanks on Aug 10 2020, 12:58 PM.

Details

Summary

Missing dependency required by https://reviews.llvm.org/D67687.

Fixes
lld-link: error: undefined symbol: public: __cdecl llvm::PipelineTuningOptions::PipelineTuningOptions(void)

referenced by C:\src\llvm-project\llvm\unittests\CodeGen\PassManagerTest.cpp:215

obj/llvm/unittests/CodeGen/CodeGenTests.PassManagerTest.obj:(private: virtual void __cdecl `anonymous namespace'::PassManagerTest_Basic_Test::TestBody(void))

Diff Detail

Event Timeline

aeubanks created this revision.Aug 10 2020, 12:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2020, 12:58 PM
aeubanks requested review of this revision.Aug 10 2020, 12:58 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 11 2020, 12:34 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.