Update internal build for oil v2

This commit is contained in:
Jake Hillion 2023-08-24 03:15:28 -07:00 committed by Jake Hillion
parent 03429f3da9
commit 2bf1dd8b60
2 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@
#include <utility>
#include <vector>
#include "exporters/inst.h"
#include "oi.h"
#include "oi/exporters/inst.h"
#include "oi/oi.h"
namespace oi::detail {
class OILibraryImpl;

View File

@ -36,7 +36,7 @@ IntrospectionResult __attribute__((noinline)) introspect(const T& objectAddr);
} // namespace oi
#ifndef OIL_AOT_COMPILATION
#include "oi-jit.h"
#include "oi/oi-jit.h"
#else
template <typename T, Feature... Fs>