[llvm] r273511 - Change that to include MCMachObjectWriter.h

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 08:11:40 PDT 2016


Sorry, there was some transient breakage of that nature, but now everything
builds for me at head. Are you still seeing issues?

On Wed, Jun 22, 2016 at 7:47 PM, David L. Jones <dlj at google.com> wrote:

> It looks like this breaks, I suspect due to missing symbols
> from llvm/Support/EndianStream.h.
>
> That header is #included by MCObjectWriter.h, but not MCMachObjectWriter.h
> (so it was available transitively in r273510).
>
>
> On Wednesday, June 22, 2016 at 4:37:37 PM UTC-7, Reid Kleckner via
> llvm-commits wrote:
>>
>> Author: rnk
>> Date: Wed Jun 22 18:30:43 2016
>> New Revision: 273511
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=273511&view=rev
>> Log:
>> Change that to include MCMachObjectWriter.h
>>
>> Modified:
>>     llvm/trunk/tools/dsymutil/MachOUtils.cpp
>>
>> Modified: llvm/trunk/tools/dsymutil/MachOUtils.cpp
>> URL:
>> http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/dsymutil/MachOUtils.cpp?rev=273511&r1=273510&r2=273511&view=diff
>>
>> ==============================================================================
>> --- llvm/trunk/tools/dsymutil/MachOUtils.cpp (original)
>> +++ llvm/trunk/tools/dsymutil/MachOUtils.cpp Wed Jun 22 18:30:43 2016
>> @@ -16,7 +16,7 @@
>>  #include "llvm/MC/MCAsmLayout.h"
>>  #include "llvm/MC/MCSectionMachO.h"
>>  #include "llvm/MC/MCObjectStreamer.h"
>> -#include "llvm/MC/MCObjectWriter.h"
>> +#include "llvm/MC/MCMachObjectWriter.h"
>>  #include "llvm/MC/MCStreamer.h"
>>  #include "llvm/Object/MachO.h"
>>  #include "llvm/Support/FileUtilities.h"
>>
>>
>> _______________________________________________
>> 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/20160623/38a8ec73/attachment-0001.html>


More information about the llvm-commits mailing list