[PATCH] D64445: Fix IR/MC depency issue for function descriptor SDAG implementation
Xiangling Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 14:02:37 PDT 2019
Xiangling_L created this revision.
Xiangling_L added reviewers: sfertile, jasonliu, hubert.reinterpretcast, gribozavr.
Xiangling_L added a project: LLVM.
Herald added subscribers: llvm-commits, jsji, MaskRay, kbarton, hiraditya, nemanjai.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64445
Files:
llvm/include/llvm/MC/MCSymbolXCOFF.h
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64445.208803.patch
Type: text/x-patch
Size: 6476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190709/33f205e4/attachment-0001.bin>
More information about the llvm-commits
mailing list