diff options
author | Gabor Marton <martongabesz@gmail.com> | 2019-01-24 14:47:44 +0000 |
---|---|---|
committer | Gabor Marton <martongabesz@gmail.com> | 2019-01-24 14:47:44 +0000 |
commit | 41f2046642be6b94363f0f97446387ec6db65147 (patch) | |
tree | 1cddc7fd39f6c7946580cfcad975981b64930974 /lldb/packages/Python/lldbsuite/test | |
parent | 66038ffa13fc39cde66978fc7f3bcb29a7d05b09 (diff) | |
download | llvm-41f2046642be6b94363f0f97446387ec6db65147.zip llvm-41f2046642be6b94363f0f97446387ec6db65147.tar.gz llvm-41f2046642be6b94363f0f97446387ec6db65147.tar.bz2 |
[ASTImporter] Fix inequality of functions with different attributes
Summary:
FunctionType::ExtInfo holds such properties of a function which are needed
mostly for code gen. We should not compare these bits when checking for
structural equivalency.
Checking ExtInfo caused false ODR errors during CTU analysis (of tmux).
Reviewers: a_sidorin, a.sidorin, shafik
Subscribers: rnkovacs, dkrupp, Szelethus, cfe-commits
Differential Revision: https://reviews.llvm.org/D53699
llvm-svn: 352050
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions