[PATCH] D14961: LLVM CodeView library

Bill Seurer via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 10:41:38 PST 2015


This change references an include files that doesn't exist.


FAILED: /usr/bin/c++   -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SOURCE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter 
-Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic 
-Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor 
-Wno-comment -std=c++11 -ffunction-sections -fdata-sections -O3 
-Ilib/DebugInfo/CodeView 
-I/home/buildbots/ppc64be-llvm-quick/llvm-ppc64-2/llvm/lib/DebugInfo/CodeView 
-Iinclude -I/home/buildbots/ppc64be-llvm-quick/llvm-ppc64-2/llvm/include 
    -UNDEBUG  -fno-exceptions -fno-rtti -MMD -MT 
lib/DebugInfo/CodeView/CMakeFiles/LLVMCodeView.dir/TypeTableBuilder.cpp.o -MF 
lib/DebugInfo/CodeView/CMakeFiles/LLVMCodeView.dir/TypeTableBuilder.cpp.o.d 
-o 
lib/DebugInfo/CodeView/CMakeFiles/LLVMCodeView.dir/TypeTableBuilder.cpp.o -c 
/home/buildbots/ppc64be-llvm-quick/llvm-ppc64-2/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
/home/buildbots/ppc64be-llvm-quick/llvm-ppc64-2/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp:16:38: 
fatal error: llvm/support/raw_ostream.h: No such file or directory
  #include "llvm/support/raw_ostream.h"
                                       ^
compilation terminated.


On 12/24/15 12:16, Phabricator via llvm-commits wrote:
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL256385: LLVM CodeView library (authored by dbartol).
>
> Changed prior to commit:
>    http://reviews.llvm.org/D14961?vs=43196&id=43608#toc
>
> Repository:
>    rL LLVM
>
> http://reviews.llvm.org/D14961
>
> Files:
>    llvm/trunk/include/llvm/DebugInfo/CodeView/CodeView.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewOStream.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/FunctionId.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/Line.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/MethodListRecordBuilder.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/TypeIndex.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecord.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
>    llvm/trunk/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
>    llvm/trunk/lib/DebugInfo/CMakeLists.txt
>    llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
>    llvm/trunk/lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp
>    llvm/trunk/lib/DebugInfo/CodeView/LLVMBuild.txt
>    llvm/trunk/lib/DebugInfo/CodeView/Line.cpp
>    llvm/trunk/lib/DebugInfo/CodeView/ListRecordBuilder.cpp
>    llvm/trunk/lib/DebugInfo/CodeView/MemoryTypeTableBuilder.cpp
>    llvm/trunk/lib/DebugInfo/CodeView/MethodListRecordBuilder.cpp
>    llvm/trunk/lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
>    llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
>    llvm/trunk/lib/DebugInfo/LLVMBuild.txt
>    llvm/trunk/lib/DebugInfo/Makefile
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>


-- 

-Bill Seurer



More information about the llvm-commits mailing list