mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 18:37:56 +00:00
Add a unit test for r248341.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248348 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
02aa134d92
commit
5df8499ae5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user