15 #ifndef LLVM_EXECUTIONENGINE_INTERPRETER_H
16 #define LLVM_EXECUTIONENGINE_INTERPRETER_H
24 struct ForceInterpreterLinking {
25 ForceInterpreterLinking() {
30 if (std::getenv(
"bar") != (
char*) -1)
35 } ForceInterpreterLinking;
void LLVMLinkInInterpreter()