commit | 31d012eb2f2d839c0e37bf65bb868441b90b3e33 | [log] [tgz] |
---|---|---|
author | Alex Denisov <1101.debian@gmail.com> | Fri Nov 02 09:57:24 2018 +0000 |
committer | Alex Denisov <1101.debian@gmail.com> | Fri Nov 02 09:57:24 2018 +0000 |
tree | e96019098161adaa9c7dbe7bbaad2a621b670387 | |
parent | 45a3ca7be7f2edf006ce2da66360483ee28b54b1 [diff] |
Fix a typo in a function name Declaration and definition have slightly different names with a typo in the declaration, which leads to a link error. See the following bug report for more details: https://bugs.llvm.org/show_bug.cgi?id=39523 llvm-svn: 345960