Browse Source

Suppress LLVM compile warnings.

cl-refactor
Paweł Bylica 9 years ago
parent
commit
4b5a036a6b
  1. 2
      evmjit/libevmjit/Cache.h

2
evmjit/libevmjit/Cache.h

@ -3,7 +3,9 @@
#include <memory>
#include <unordered_map>
#include "preprocessor/llvm_includes_start.h"
#include <llvm/ExecutionEngine/ObjectCache.h>
#include "preprocessor/llvm_includes_end.h"
namespace llvm
{

Loading…
Cancel
Save