diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-17 05:41:09 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-17 05:41:09 +0000 |
commit | c98ec20a0e31b6cf9b5c1f2c418d177d4661cdf5 (patch) | |
tree | 6437f2839ed8693a47ad66244b8a087bc2d74362 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py | |
parent | 99042473d075b10c275f357682aec8bbb8fc1667 (diff) | |
download | bcm5719-llvm-c98ec20a0e31b6cf9b5c1f2c418d177d4661cdf5.tar.gz bcm5719-llvm-c98ec20a0e31b6cf9b5c1f2c418d177d4661cdf5.zip |
IR: Use getRawScope() when verifying
Fix a couple of places in the Verifier that call `getScope()` instead of
`getRawScope()`. Both DIDerivedType::getScope and
DICompositeType::getScope return a DITypeRef right now (which wraps a
Metadata*) so I don't think there's currently an observable bug. I
found this because a future commit that will change them to cast to
DIScope*.
llvm-svn: 266552
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions