Skip to content

Commit 93228c4

Browse files
committedMar 26, 2016
Restructured layout of JIT files.
1 parent 636abb1 commit 93228c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+130
-130
lines changed
 

‎machine/builtin/block_environment.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "builtin/variable_scope.hpp"
2323

2424
#ifdef ENABLE_LLVM
25-
#include "llvm/state.hpp"
25+
#include "jit/llvm/state.hpp"
2626
#endif
2727

2828
#include <iostream>

‎machine/builtin/compiled_code.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
#include <ostream>
2727

2828
#ifdef ENABLE_LLVM
29-
#include "llvm/state.hpp"
30-
#include "llvm/jit_compiler.hpp"
31-
#include "llvm/jit_runtime.hpp"
29+
#include "jit/llvm/state.hpp"
30+
#include "jit/llvm/compiler.hpp"
31+
#include "jit/llvm/runtime.hpp"
3232
#endif
3333

3434
namespace rubinius {

0 commit comments

Comments
 (0)