Consider the following:
std::map<Halide::OutputFileType, std::string> outputs;
outputs[Halide::OutputFileType::object] = ...;
Halide::compile_standalone_runtime(outputs, target)
How do we obtain function symbols from the generated Halide/LLVM object file?
How can we produce debug/symbol information compatible with Windows PDB?