diff options
| author | George Rimar <grimar@accesssoftek.com> | 2017-08-15 13:26:12 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2017-08-15 13:26:12 +0000 |
| commit | 36f4d8044b2fb2ccd93f655eeddc691057b9ab73 (patch) | |
| tree | 1776448873c4f5d9a0c57dd727898cc924ae6c57 /llvm | |
| parent | 2fee9ead7e51098fc8a6b401ce338c434c6c3506 (diff) | |
| download | bcm5719-llvm-36f4d8044b2fb2ccd93f655eeddc691057b9ab73.tar.gz bcm5719-llvm-36f4d8044b2fb2ccd93f655eeddc691057b9ab73.zip | |
[DebugInfo] - Attemp to fix BB after r310915.
Not sure what BB does not like.
While building module 'LLVM_DebugInfo_DWARF' imported from /home/buildbot/modules-slave-2/clang-x86_64-linux-selfhost-modules-2/llvm.src/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp:10:
In file included from <module-includes>:7:
In file included from /home/buildbot/modules-slave-2/clang-x86_64-linux-selfhost-modules-2/llvm.src/include/llvm/DebugInfo/DWARF/DWARFContext.h:29:
/home/buildbot/modules-slave-2/clang-x86_64-linux-selfhost-modules-2/llvm.src/include/llvm/DebugInfo/DWARF/DWARFObject.h:30:17: error: declaration of 'object' must be imported from module 'LLVM_Object.Decompressor' before it is required
virtual const object::ObjectFile *getFile() const { return nullptr; }
^
/home/buildbot/modules-slave-2/clang-x86_64-linux-selfhost-modules-2/llvm.src/include/llvm/Object/Decompressor.h:18:11: note: previous declaration is here
namespace object {
http://lab.llvm.org:8011/builders/clang-x86_64-linux-selfhost-modules-2/builds/10766
llvm-svn: 310918
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h index 1171b7e1f76..bbe287f102d 100644 --- a/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h +++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h @@ -11,6 +11,7 @@ #define LLVM_DEBUGINFO_DWARF_DWARFOBJECT_H #include "llvm/DebugInfo/DWARF/DWARFSection.h" +#include "llvm/Object/ObjectFile.h" namespace llvm { // This is responsible for low level access to the object file. It |

