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
Post a Comment