We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
snoopl
1 parent 2cf5ce1 commit 6818678Copy full SHA for 6818678
SnoopCompileCore/src/snoopl.jl
@@ -32,7 +32,7 @@ function snoopl(flags, func_file, llvm_file, commands)
32
Core.eval(Main, deserialize(stdin))
33
end
34
"""
35
- process = open(`$(Base.julia_cmd()) $flags --eval $code_object`, stdout, write=true)
+ process = open(`$(Base.julia_cmd()) $flags --eval $code_object --project=$(Base.active_project())`, stdout, write=true)
36
serialize(process, quote
37
let func_io = open($func_file, "w"), llvm_io = open($llvm_file, "w")
38
ccall(:jl_dump_emitted_mi_name, Nothing, (Ptr{Nothing},), func_io.handle)
0 commit comments