AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git] / llvm / test / ExecutionEngine / OrcLazy / comdat-functions.ll
blob895410da98a11880df568d2ad0610d0cf1866fb1
1 ; REQUIRES: system-windows
2 ; RUN: lli -jit-kind=orc-lazy -extra-module %p/Inputs/comdat-functions.ll %s
3 ; Check if crashing comdat any functions are not causing duplicate symbol error.
5 $baz = comdat any
7 define i32 @baz() comdat {
8 entry:
9   ret i32 0
12 define i32 @main(i32 %argc, i8** %argv) {
13 entry:
14   %call = tail call i32 @baz()
15   ret i32 %call