[PATCH] D14961: LLVM CodeView library

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 10:43:53 PST 2015


On Thu, Dec 24, 2015 at 1:41 PM, Bill Seurer via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> 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.

It's llvm/Support/raw_ostream.h

Thanks,

--
Davide


More information about the llvm-commits mailing list