]> granicus.if.org Git - llvm/commit
Move addInitialFrameState out of line and remove the MCDwarf.h include.
authorEric Christopher <echristo@gmail.com>
Fri, 12 Apr 2019 06:57:45 +0000 (06:57 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 12 Apr 2019 06:57:45 +0000 (06:57 +0000)
commit5594c48b1c05a699ea4cb3ead2962c04bf1c35cb
tree4127821ac0baf3e24e55fe0024e683693fa0d89a
parent3f8580a8657dc8e779e979599a1e79cd898307e7
Move addInitialFrameState out of line and remove the MCDwarf.h include.

This removes 50 transitive dependencies for a modification of
MCDwarf.h in a build of llc for a single out of line function
and reduces the build overhead by 20% without impacting test
time of check-llvm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358258 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
lib/MC/MCAsmInfo.cpp