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

"could not compile the specified method" with @code_llvm #18883

Closed
KristofferC opened this issue Oct 12, 2016 · 0 comments · Fixed by #18952
Closed

"could not compile the specified method" with @code_llvm #18883

KristofferC opened this issue Oct 12, 2016 · 0 comments · Fixed by #18952
Assignees

Comments

@KristofferC
Copy link
Member

After Pkg.clone("https://github.com/KristofferC/ContMechTensors.jl")

julia> using ContMechTensors

julia> a = rand(Tensor{2,3});

julia> a + a;

julia> @code_llvm a + a
ERROR: could not compile the specified method
 in _dump_function(::Core.MethodInstance, ::Bool, ::Bool, ::Bool, ::Bool, ::Symbol) at ./reflection.jl:519
 in _dump_function(::Any, ::Any, ::Bool, ::Bool, ::Bool, ::Bool, ::Symbol) at ./reflection.jl:506
 in code_llvm at ./reflection.jl:543 [inlined] (repeats 2 times)
 in code_llvm(::Any, ::Any) at ./reflection.jl:545

Works on 0.5

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

Successfully merging a pull request may close this issue.

2 participants