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:
02aa134
)
Add a unit test for r248341.
author
Adrian Prantl
<aprantl@apple.com>
Tue, 22 Sep 2015 23:42:47 +0000
(23:42 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Tue, 22 Sep 2015 23:42:47 +0000
(23:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248348
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/IR/MetadataTest.cpp
patch
|
blob
|
history
diff --git
a/unittests/IR/MetadataTest.cpp
b/unittests/IR/MetadataTest.cpp
index 661f965660ed220806680859e1dc7a5f9e273bc2..c1a212a5efbf56d6ba908f76c9ff7e118dce7409 100644
(file)
--- a/
unittests/IR/MetadataTest.cpp
+++ b/
unittests/IR/MetadataTest.cpp
@@
-1303,7
+1303,7
@@
TEST_F(DICompileUnitTest, get) {
MDTuple *Subprograms = getTuple();
MDTuple *GlobalVariables = getTuple();
MDTuple *ImportedEntities = getTuple();
- uint64_t DWOId = 0xc0ffee;
+ uint64_t DWOId = 0x
10000000
c0ffee;
auto *N = DICompileUnit::getDistinct(
Context, SourceLanguage, File, Producer, IsOptimized, Flags,
RuntimeVersion, SplitDebugFilename, EmissionKind, EnumTypes,