Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm-cbe: CommandLine Error: Option 'mc-relax-all' registered more than once! #142

Open
longbiao7498 opened this issue Jul 23, 2021 · 1 comment

Comments

@longbiao7498
Copy link

llvm-cbe report error : CommandLine Error: Option 'mc-relax-all' registered more than once!, but i did not specify any CommandLine option;
the llvm-cbe is newest(7df29ae), llvm is llvm-10.x, And cpu is aarch64;
below is detail error log :

[root@cn20447 llvm-cbe-error-report]# ./llvm-cbe parallel.bc.ll
llvm-cbe: CommandLine Error: Option 'mc-relax-all' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
[root@cn20447 llvm-cbe-error-report]# ldd ./llvm-cbe
linux-vdso.so.1 (0x000040003cfd2000)
libpthread.so.0 => /lib/aarch64-linux-gnu/libpthread.so.0 (0x000040003cfe4000)
libz.so.1 => /lib/aarch64-linux-gnu/libz.so.1 (0x000040003d013000)
librt.so.1 => /lib/aarch64-linux-gnu/librt.so.1 (0x000040003d03d000)
libdl.so.2 => /lib/aarch64-linux-gnu/libdl.so.2 (0x000040003d055000)
libtinfo.so.6 => /lib/aarch64-linux-gnu/libtinfo.so.6 (0x000040003d069000)
libstdc++.so.6 => /lib/aarch64-linux-gnu/libstdc++.so.6 (0x000040003d0a6000)
libm.so.6 => /lib/aarch64-linux-gnu/libm.so.6 (0x000040003d28a000)
libgcc_s.so.1 => /lib/aarch64-linux-gnu/libgcc_s.so.1 (0x000040003d334000)
libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x000040003d358000)
/lib/ld-linux-aarch64.so.1 (0x000040003cfb2000)

@longbiao7498
Copy link
Author

parallel.bc.zip
the attach file is paraller.bc.ll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant