diff options
author | Reid Kleckner <rnk@google.com> | 2016-10-13 00:55:24 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-10-13 00:55:24 +0000 |
commit | 741d8a21d3244b3876e52371f866284dd1eb5a38 (patch) | |
tree | e01fac3de81617026ca1765817464ad69115ce82 /lldb/scripts/Python/prepare_binding_Python.py | |
parent | 3aa0a2510eb8acf443fb337fc6b5bdea7590f1b0 (diff) | |
download | llvm-741d8a21d3244b3876e52371f866284dd1eb5a38.zip llvm-741d8a21d3244b3876e52371f866284dd1eb5a38.tar.gz llvm-741d8a21d3244b3876e52371f866284dd1eb5a38.tar.bz2 |
Correct PrivateLinkage for COFF
- Use storage class C_STAT for 'PrivateLinkage' The storage class for
PrivateLinkage should equal to the Internal Linkage.
- Set 'PrivateGlobalPrefix' from "L" to ".L" for MM_WinCOFF (includes
x86_64) MM_WinCOFF has empty GlobalPrefix '\0' so PrivateGlobalPrefix
"L" may conflict to the normal symbol name starting with 'L'.
Based on a patch by Han Sangjin! Manually updated test cases.
llvm-svn: 284096
Diffstat (limited to 'lldb/scripts/Python/prepare_binding_Python.py')
0 files changed, 0 insertions, 0 deletions