This is an archive of the discontinued LLVM Phabricator instance.

[NFC]Fix IR/MC depency issue for function descriptor SDAG implementation
ClosedPublic

Authored by Xiangling_L on Jul 9 2019, 2:01 PM.

Details

Summary

llvm/IR/GlobalValue.h can't be included in MC, that creates a circular dependency between MC and IR libraries. This circular dependency is causing an issue for build system that enforce layering.

Diff Detail

Repository
rL LLVM

Event Timeline

Xiangling_L created this revision.Jul 9 2019, 2:01 PM
Xiangling_L retitled this revision from Fix IR/MC depency issue for function descriptor SDAG implementation to [NFC]Fix IR/MC depency issue for function descriptor SDAG implementation.Jul 9 2019, 2:03 PM
gribozavr accepted this revision.Jul 9 2019, 2:19 PM

Thank you very much for the fix!

This revision is now accepted and ready to land.Jul 9 2019, 2:19 PM

delete the unused variable

This revision was automatically updated to reflect the committed changes.