terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.72k stars 201 forks source link

Implement REEXPORT_LLVM_COMPONENTS for CMake #394

Closed elliottslaughter closed 5 years ago

elliottslaughter commented 5 years ago

The variable REEXPORT_LLVM_COMPONENTS is currently supported by the Terra Makefile and enables client applications to reuse Terra's copy of LLVM. This needs to be implemented in Terra's CMake build system in order to reach parity with the regular Makefile.

Blocks #383.

elliottslaughter commented 5 years ago

Apparently I neglected to remember I'd submitted this before. This is a duplicate of #342.