diff options
| author | Hans Wennborg <hans@hanshq.net> | 2016-01-13 22:40:24 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2016-01-13 22:40:24 +0000 |
| commit | 6ab018ec2ecac1c3a5b439e98414ee18526a6d4c (patch) | |
| tree | 35c6960589c31f4b2ae767eb241ea6e4d7f301ec /llvm/lib/Object | |
| parent | 400767af54d50fbf3c287cbfe78e58daec335d2f (diff) | |
| download | bcm5719-llvm-6ab018ec2ecac1c3a5b439e98414ee18526a6d4c.tar.gz bcm5719-llvm-6ab018ec2ecac1c3a5b439e98414ee18526a6d4c.zip | |
Include IR/DerivedTypes.h instead of IR/Type.h to match LLVM change r256406.
This is similar to r256407 and fixes the following warning:
In file included from /work/llvm-3.8/llvm.src/tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp:14:
In file included from /work/llvm-3.8/llvm.src/tools/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h:23:
/work/llvm-3.8/llvm.src/include/llvm/IR/Type.h:350:16: error: inline function 'llvm::Type::getSequentialElementType' is not defined [-Werror,-Wundefined-inline]
inline Type *getSequentialElementType() const;
^
/work/llvm-3.8/llvm.src/include/llvm/IR/Type.h:353:46: note: used here
Type *getArrayElementType() const { return getSequentialElementType(); }
^
1 error generated.
I'm not sure why it's not showing on any bots.
llvm-svn: 257691
Diffstat (limited to 'llvm/lib/Object')
0 files changed, 0 insertions, 0 deletions

