aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
diff options
context:
space:
mode:
authorHongtao Yu <hoy@fb.com>2021-03-17 11:17:17 -0700
committerHongtao Yu <hoy@fb.com>2021-03-18 22:11:16 -0700
commitfc1812a0ad757838b66aab57e1df720ec205a16a (patch)
tree3794a2a24e12515b8d63eb32357530c45851fa01 /llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
parent1410db70b98d26e9a354373f02d4e4c407468933 (diff)
downloadllvm-fc1812a0ad757838b66aab57e1df720ec205a16a.zip
llvm-fc1812a0ad757838b66aab57e1df720ec205a16a.tar.gz
llvm-fc1812a0ad757838b66aab57e1df720ec205a16a.tar.bz2
[UniqueLinkageName] Use consistent checks when mangling symbo linkage name and debug linkage name.
C functions may be declared and defined in different prototypes like below. This patch unifies the checks for mangling names in symbol linkage name emission and debug linkage name emission so that the two names are consistent. static int go(int); static int go(a) int a; { return a; } Test Plan: Differential Revision: https://reviews.llvm.org/D98799
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyIndVar.cpp')
0 files changed, 0 insertions, 0 deletions