[LLVMdev] Ho to generate VAARG?
Eli Friedman
eli.friedman at gmail.com
Thu Apr 1 11:21:53 PDT 2010
On Thu, Apr 1, 2010 at 8:51 AM, Artem <Artem.Rudskyy at st.ovgu.de> wrote:
> Hello, LLVMers!
>
>
>
> How can I force a front end to generate VAARG for accessing varargs
> parameters?
Compiling to IR for one target, then using that IR for a different
target is generally a bad idea. You should write your own target; that
way, you can handle target-specific requirements. I suggest using
clang for this.
-Eli
More information about the llvm-dev
mailing list