| commit | ef73a242762bcd8113b9b65ceccbe7d909b5acbc | [log] [tgz] |
|---|---|---|
| author | Zonr Chang <zonr.net@gmail.com> | Thu Apr 12 16:44:01 2012 +0800 |
| committer | Shih-wei Liao <sliao@google.com> | Thu Jul 12 22:13:56 2012 -0700 |
| tree | 587ddeec12383b1fd6184a443cc51628c1bc3e82 | |
| parent | 7a5d423014e1cc95e34764b3ddf8e80ace3509b8 [diff] [blame] |
Refine DebugHelper.h into Log.h. This removes USE_FUNC_LOGGER from libbcc-config.mk. Change-Id: Ia496d41388135706a501bd362075f53d1c0eb6aa
diff --git a/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp b/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp index 82eac5f..86e6efd 100644 --- a/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp +++ b/lib/ExecutionEngine/ELFObjectLoaderImpl.cpp
@@ -25,7 +25,7 @@ #include "utils/serialize.h" #include "bcc/ExecutionEngine/SymbolResolverInterface.h" -#include "bcc/Support/DebugHelper.h" +#include "bcc/Support/Log.h" using namespace bcc;