Files
clang-p2996/llvm/test/ExecutionEngine/OrcLazy/Inputs/comdat-functions.ll
Vassil Vassilev 38ef56880a 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
2023-01-24 18:25:49 +00:00

7 lines
67 B
LLVM

$baz = comdat any
define i32 @baz() comdat {
entry:
ret i32 0
}