-
Notifications
You must be signed in to change notification settings - Fork 13.6k
ARM core dump compiling inline asm. #25706
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
Labels
Comments
Assuming the correct opaque pointer fix is to use elementtype(i8) here, this compiles fine now:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extended Description
This may be related to bug 25330, but it has a different signature.
If I llc the included test case, I get a core dump, but no assertion.
[~] dev% ~/llvm-dir//bin/llc bugpoint-reduced-simplified.ll
#0 0x19417a5 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/rich/llvm-dir/bin/llc+0x19417a5)
#1 0x1940886 llvm::sys::RunSignalHandlers() (/home/rich/llvm-dir/bin/llc+0x1940886)
#2 0x1940aa4 (/home/rich/llvm-dir/bin/llc+0x1940aa4)
#3 0x37bf6100d0 __restore_rt (/lib64/libpthread.so.0+0x37bf6100d0)
#4 0x11ebc4c (/home/rich/llvm-dir/bin/llc+0x11ebc4c)
#5 0x11ecb0e (/home/rich/llvm-dir/bin/llc+0x11ecb0e)
#6 0x11f3311 (/home/rich/llvm-dir/bin/llc+0x11f3311)
#7 0x6090cb _init (/home/rich/llvm-dir/bin/llc+0x6090cb)
#8 0x11f4fac (/home/rich/llvm-dir/bin/llc+0x11f4fac)
#9 0x11f6993 (/home/rich/llvm-dir/bin/llc+0x11f6993)
#10 0x18b7dd3 llvm::FPPassManager::runOnFunction(llvm::Function&) (/home/rich/llvm-dir/bin/llc+0x18b7dd3)
#11 0x18b841b llvm::legacy::PassManagerImpl::run(llvm::Module&) (/home/rich/llvm-dir/bin/llc+0x18b841b)
#12 0x69cd66 (/home/rich/llvm-dir/bin/llc+0x69cd66)
#13 0x661848 main (/home/rich/llvm-dir/bin/llc+0x661848)
#14 0x37bea1ffe0 __libc_start_main (/lib64/libc.so.6+0x37bea1ffe0)
#15 0x695417 _start (/home/rich/llvm-dir/bin/llc+0x695417)
Stack dump:
0. Program arguments: /home/rich/llvm-dir//bin/llc bugpoint-reduced-simplified.ll
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: