[all-commits] [llvm/llvm-project] 71eff6: [JITLink][COFF] Handle duplicate external symbols.
Sunho Kim via All-commits
all-commits at lists.llvm.org
Mon Jul 25 20:44:19 PDT 2022
Branch: refs/heads/arcpatch-D129937
Home: https://github.com/llvm/llvm-project
Commit: 71eff61be6934518c2ebd102ae58fed6469e788b
https://github.com/llvm/llvm-project/commit/71eff61be6934518c2ebd102ae58fed6469e788b
Author: Sunho Kim <ksunhokim123 at gmail.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.h
A llvm/test/ExecutionEngine/JITLink/X86/COFF_duplicate_externals.test
Log Message:
-----------
[JITLink][COFF] Handle duplicate external symbols.
Handles duplicate external symbols. This happens in few static libraries generaed from msvc toolchain.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D129937
More information about the All-commits
mailing list