https://bugs.llvm.org/show_bug.cgi?id=49906
Bug ID: 49906
Summary: ORC does not honor the --entry-function flag
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: OrcJIT
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Created attachment 24737
--> https://bugs.llvm.org/attachment.cgi?id=24737&action=edit
rsqrt lli example with @entry function
$ bin/lli -jit-kind=mcjit --entry-function=entry --mattr="avx512bw"
--dlopen=$(pwd)/lib/libmlir_c_runner_utils.so rsqrt.lli
( 0.125, 0.25, 0.5, 1, 2, 4, 8, 16 )
( 2.82764, 1.99951, 1.41382, 0.999756, 0.706909, 0.499878, 0.353455, 0.249939 )
$ bin/lli -jit-kind=orc --entry-function=entry --mattr="avx512bw"
--dlopen=$(pwd)/lib/libmlir_c_runner_utils.so rsqrt.lli
bin/lli: Symbols not found: [ main ]
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs