diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-06-26 01:09:52 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-06-26 01:09:52 +0000 |
commit | 06036dbc6e91d31946c57cf8a00c67b901fbba91 (patch) | |
tree | 74d1fa05afd8aa8bb8d0866e4fe8eb379958579a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d38e251bf2f94a49caf739fe6281f34cca4274e9 (diff) | |
download | llvm-06036dbc6e91d31946c57cf8a00c67b901fbba91.zip llvm-06036dbc6e91d31946c57cf8a00c67b901fbba91.tar.gz llvm-06036dbc6e91d31946c57cf8a00c67b901fbba91.tar.bz2 |
MC: correct the emission of weak aliases in COFF
The weak alias should have the characteristics set to
`IMAGE_EXTERN_WEAK_SEARCH_ALIAS` to indicate that the weak external here
is a symbol alias and that the symbol is aliased to a locally defined
symbol. We were previously setting the characteristics to
`IMAGE_EXTERN_WEAK_SEARCH_LIBRARY` which indicates that the symbol
should be looked for in the libraries.
llvm-svn: 364370
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions