diff options
| author | Adrian Prantl <aprantl@apple.com> | 2015-09-22 23:42:47 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2015-09-22 23:42:47 +0000 |
| commit | e3b49e01ebf2e158704577ee13a69a106306a150 (patch) | |
| tree | f1aab2c84c61e7d54466b43ab967770e1c8805a0 /llvm/unittests | |
| parent | 05a3dd2cba58aa5405526c943c141a970dcbd35f (diff) | |
| download | bcm5719-llvm-e3b49e01ebf2e158704577ee13a69a106306a150.tar.gz bcm5719-llvm-e3b49e01ebf2e158704577ee13a69a106306a150.zip | |
Add a unit test for r248341.
llvm-svn: 248348
Diffstat (limited to 'llvm/unittests')
| -rw-r--r-- | llvm/unittests/IR/MetadataTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/IR/MetadataTest.cpp b/llvm/unittests/IR/MetadataTest.cpp index 661f965660e..c1a212a5efb 100644 --- a/llvm/unittests/IR/MetadataTest.cpp +++ b/llvm/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 = 0x10000000c0ffee; auto *N = DICompileUnit::getDistinct( Context, SourceLanguage, File, Producer, IsOptimized, Flags, RuntimeVersion, SplitDebugFilename, EmissionKind, EnumTypes, |

