简体   繁体   中英

Generate and run LLVM code from native C/C++

Is it possible to do these things from a native C or C++ -compiled program (gcc):

  1. Call clang and compile given C code of a function, passed as const char * .
  2. Obtain a pointer and run it in the LLVM virtual machine.
  3. Acquire the result in the native program and continue.

How?

For a minimalistic example, see Clang interpreter .

Cling is bit more practical example of such an approach.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM