aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CodeMetrics.cpp
diff options
context:
space:
mode:
authorSunho Kim <ksunhokim123@gmail.com>2022-07-26 12:46:34 +0900
committerSunho Kim <ksunhokim123@gmail.com>2022-07-26 12:46:34 +0900
commit736b6311e136c854b753648bafb60914393d41de (patch)
treedd99085a7530bce05c74b07236a58219b9f754b3 /llvm/lib/Analysis/CodeMetrics.cpp
parent71eff61be6934518c2ebd102ae58fed6469e788b (diff)
downloadllvm-736b6311e136c854b753648bafb60914393d41de.zip
llvm-736b6311e136c854b753648bafb60914393d41de.tar.gz
llvm-736b6311e136c854b753648bafb60914393d41de.tar.bz2
[JITLink][COFF] Implement IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY/LIBRARY.
Implement IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY/LIBRARY characteristics flag. Since COFFObjectFile class will set undefined flag for symbols with no alias flag, ORC ObjectFileInterface will not pull in this symbol. So, we only need to make sure the scope is local. NOLIBRARY and LIBRARY are handled in the same way for now. (which is what lld does right now) Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D129939
Diffstat (limited to 'llvm/lib/Analysis/CodeMetrics.cpp')
0 files changed, 0 insertions, 0 deletions