[LLVMdev] Hooking the global symbol resolver

Óscar Fuentes ofv at wanadoo.es
Wed Mar 26 15:48:40 PDT 2008


"Jonathan S. Shapiro" <shap at eros-os.com> writes:

[snip]

>   4. Is there a better/cleaner approach? What other options should I
>      consider?

My front-end is very similar to yours in the feature of the multiple
instantiations on demand, etc.

One thing I learnt about LLVM is that it's philosophy is to be a
friendly backend for frontends, but whatever your frontend does
internally is not LLMV's business.

Answuring your question, I'm not aware of any LLVM facility for what you
describe. And if you find one, I would advise against using it.

-- 
Oscar




More information about the llvm-dev mailing list