[all-commits] [llvm/llvm-project] 38ef56: Teach RuntimeDyld about COFF weak references and t...
Vassil Vassilev via All-commits
all-commits at lists.llvm.org
Tue Jan 24 10:26:15 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38ef56880a99e6382f4a1f9113646295953c0b16
https://github.com/llvm/llvm-project/commit/38ef56880a99e6382f4a1f9113646295953c0b16
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/Layer.cpp
M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
A llvm/test/ExecutionEngine/OrcLazy/Inputs/comdat-functions.ll
A llvm/test/ExecutionEngine/OrcLazy/comdat-functions.ll
Log Message:
-----------
Teach RuntimeDyld about COFF weak references and to consider comdat symbols weak.
Patch by Lang Hames and Sunho Kim!
Differential revision: https://reviews.llvm.org/D138264
More information about the All-commits
mailing list