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

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -