Is it possible to embed LLVM IR directly ito C++ source when using clang? -


in clang, there way embed llvm ir directly c++? example, can gnu-style asm statement contain llvm ir instead of machine code?

more specifically, i'm adding experimental intrinsics llvm, , generate calls them c++. have modify clang this, or there shortcut?


Comments

Popular posts from this blog

SQL php on different pages to Insert (mysqli) -

php - How can an email be returned from Stripe Checkout? -

sql - Partition elimination in Greenplum -