]> granicus.if.org Git - clang/commit
Comment necessity of early initialization
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 31 Mar 2014 23:47:13 +0000 (23:47 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 31 Mar 2014 23:47:13 +0000 (23:47 +0000)
commit639e728172dcbdcb6a54fc940100ccaefc7bf6f4
treea16e10872bd92f5aecc5c1f11a4a8fcd7cf02cdf
parente3989ea116ea77ecbfc1699dd862692f817ddae9
Comment necessity of early initialization

Code review feedback from Eric Christopher on r204261.

I didn't want to go into too much detail (the revision history should
provide the full stuff) - but I can add more if that's preferred.

Also moved this up to right by the construction of the MCAsmInfo so
there's less chance that other things might sneak in in between.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205267 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/cc1as_main.cpp