commit | 7a0e42ad86065674a46527f58662a125d9a18338 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Tue May 11 03:41:56 2010 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Tue May 11 03:41:56 2010 -0700 |
tree | b7292ca7b9844efebb7c68b094b618c53323b67f | |
parent | 066d5ef179ab8fe135f8032a4c35a1994a540429 [diff] [blame] |
load_module Change-Id: If43d2baddb18c065667a6d98f07ebb04fd998cd9
diff --git a/bcc.cpp b/bcc.cpp index 74659ba..38eafff 100644 --- a/bcc.cpp +++ b/bcc.cpp
@@ -2577,6 +2577,7 @@ SB = llvm::MemoryBuffer::getMemBuffer( llvm::StringRef(bitcode, bitcodeSize)); if(SB == NULL) { + LOGE("Error reading input Bitcode into memory"); setError("Error reading input Bitcode into memory"); goto on_bcc_load_module_error; }