MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_target_triple()

void Lila::ClangInterpreter::set_target_triple ( const std::string &  triple)

Sets the target triple for code generation.

Parameters
tripleTarget triple string

Definition at line 253 of file ClangInterpreter.cpp.

254{
255 m_impl->target_triple = triple;
256 LILA_INFO(Emitter::INTERPRETER, std::string("Target triple set to: ") + triple);
257}
#define LILA_INFO(emitter, msg)
std::unique_ptr< Impl > m_impl
Internal implementation details.

References LILA_INFO, and m_impl.