commit | f2b79d0cce442472ba0525346c9dc6709cafcb04 | [log] [tgz] |
---|---|---|
author | Logan <tzuhsiang.chien@gmail.com> | Sat Nov 27 01:07:53 2010 +0800 |
committer | Logan <tzuhsiang.chien@gmail.com> | Sat Nov 27 01:07:53 2010 +0800 |
tree | e0d34719827446df5b253c25f0efc67381e26f6d | |
parent | 39a2ca59c9021fe539c05b8c0520c56bd8b49a24 [diff] [blame] |
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)