Fill in the missing function.  Qualify Triple with Compiler.
diff --git a/bcc_code_emitter.cpp b/bcc_code_emitter.cpp
index e8bbde0..9021990 100644
--- a/bcc_code_emitter.cpp
+++ b/bcc_code_emitter.cpp
@@ -1161,7 +1161,7 @@
       << "\n";
 
   if (mpAsmInfo == NULL)
-    mpAsmInfo = mpTarget->createAsmInfo(Triple);
+    mpAsmInfo = mpTarget->createAsmInfo(Compiler::Triple);
   if (mpDisassmbler == NULL)
     mpDisassmbler = mpTarget->createMCDisassembler();
   if (mpIP == NULL)