Rcpp11 / attributes

Standalone implementation of Rcpp attributes.
Other
3 stars 1 forks source link

Get IR code #21

Open romainfrancois opened 10 years ago

romainfrancois commented 10 years ago

Might be interesting to emit llvm IR code (when using clang of course). i.e. having something similar to sourceCpp but instead of actually compiling the function it would just show IR code.

Guess we can use -S -emit-llvm as in this clang help page.