projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0800f64
)
IR: Fix the return value of DICompileUnit::getDWOId.
author
Adrian Prantl
<aprantl@apple.com>
Tue, 22 Sep 2015 23:21:03 +0000
(23:21 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Tue, 22 Sep 2015 23:21:03 +0000
(23:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248341
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/DebugInfoMetadata.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/DebugInfoMetadata.h
b/include/llvm/IR/DebugInfoMetadata.h
index 6fba3b59396001fe93afccb66792095ff8c8c8a6..9b758a51349fc05440560178413e8a5743bfa138 100644
(file)
--- a/
include/llvm/IR/DebugInfoMetadata.h
+++ b/
include/llvm/IR/DebugInfoMetadata.h
@@
-1026,7
+1026,7
@@
public:
DIImportedEntityArray getImportedEntities() const {
return cast_or_null<MDTuple>(getRawImportedEntities());
}
- u
nsigned
getDWOId() const { return DWOId; }
+ u
int64_t
getDWOId() const { return DWOId; }
MDString *getRawProducer() const { return getOperandAs<MDString>(1); }
MDString *getRawFlags() const { return getOperandAs<MDString>(2); }