Dear Rllvm developers,
I am trying to compile with g++ (Debian 6.2.0-3) 6.2.0 20160901
and I am getting the next error.
ExecEngine.cpp: In function ‘void R_InitializeCppBackendTarget()’:
ExecEngine.cpp:96:36: error: ‘LLVMInitializeCppBackendTarget’ was not declared in this scope
LLVMInitializeCppBackendTarget();
^
ExecEngine.cpp:97:40: error: ‘LLVMInitializeCppBackendTargetInfo’ was not declared in this scope
LLVMInitializeCppBackendTargetInfo();
^
ExecEngine.cpp:98:38: error: ‘LLVMInitializeCppBackendTargetMC’ was not declared in this scope
LLVMInitializeCppBackendTargetMC();
Cheers
Omar.
Dear Rllvm developers,
I am trying to compile with g++ (Debian 6.2.0-3) 6.2.0 20160901
and I am getting the next error.
ExecEngine.cpp: In function ‘void R_InitializeCppBackendTarget()’:
ExecEngine.cpp:96:36: error: ‘LLVMInitializeCppBackendTarget’ was not declared in this scope
LLVMInitializeCppBackendTarget();
^
ExecEngine.cpp:97:40: error: ‘LLVMInitializeCppBackendTargetInfo’ was not declared in this scope
LLVMInitializeCppBackendTargetInfo();
^
ExecEngine.cpp:98:38: error: ‘LLVMInitializeCppBackendTargetMC’ was not declared in this scope
LLVMInitializeCppBackendTargetMC();
Cheers
Omar.