[llvm] r259115 - Remove unused MC includes from LTOModule.h

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 16:21:25 PST 2016


Reverted in r259126. There were two separate issues that stem from me
building 'check' instead of 'all':

- The tools/LTO target is not built by check. Maybe this should have tests?

- The lib/DebugInfo/CodeView library is not built by check. This will soon
be used by MC directly, so this will not be an issue going forward.

On Thu, Jan 28, 2016 at 4:00 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> I think this broke the build:
>
>
> http://lab.llvm.org:8011/builders/clang-x86_64-linux-selfhost-modules/builds/11159/steps/compile/logs/stdio
>
> On 28 January 2016 at 15:21, Reid Kleckner via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > Author: rnk
> > Date: Thu Jan 28 17:21:12 2016
> > New Revision: 259115
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=259115&view=rev
> > Log:
> > Remove unused MC includes from LTOModule.h
> >
> > Modified:
> >     llvm/trunk/include/llvm/LTO/LTOModule.h
> >
> > Modified: llvm/trunk/include/llvm/LTO/LTOModule.h
> > URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/LTO/LTOModule.h?rev=259115&r1=259114&r2=259115&view=diff
> >
> ==============================================================================
> > --- llvm/trunk/include/llvm/LTO/LTOModule.h (original)
> > +++ llvm/trunk/include/llvm/LTO/LTOModule.h Thu Jan 28 17:21:12 2016
> > @@ -18,8 +18,6 @@
> >  #include "llvm/ADT/StringMap.h"
> >  #include "llvm/ADT/StringSet.h"
> >  #include "llvm/IR/Module.h"
> > -#include "llvm/MC/MCContext.h"
> > -#include "llvm/MC/MCObjectFileInfo.h"
> >  #include "llvm/Object/IRObjectFile.h"
> >  #include "llvm/Target/TargetMachine.h"
> >  #include <string>
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160128/a298fce9/attachment.html>


More information about the llvm-commits mailing list