This is an archive of the discontinued LLVM Phabricator instance.

[CodeView][Test] Fix module build by removing unused header
ClosedPublic

Authored by steven_wu on Dec 9 2022, 9:16 AM.

Details

Summary

Remove unnecessary header from CodeView unittest. The unused PDB header
include has a dependency on Object -> Bitcode -> intrinsics_gen, which
will fail the module build because the module needed to build the tests
rely on the intrinsics gen.

Diff Detail

Event Timeline

steven_wu created this revision.Dec 9 2022, 9:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 9:16 AM
Herald added a subscriber: ributzka. · View Herald Transcript
steven_wu requested review of this revision.Dec 9 2022, 9:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 9:16 AM
aprantl accepted this revision.Dec 9 2022, 12:00 PM
This revision is now accepted and ready to land.Dec 9 2022, 12:00 PM
This revision was landed with ongoing or failed builds.Dec 9 2022, 12:15 PM
This revision was automatically updated to reflect the committed changes.