Skip to content

Commit

Permalink
[ORC-RT] Update headers for rename of include/orc in a85e4aa.
Browse files Browse the repository at this point in the history
The ORC runtime include directory was renamed from 'orc' to 'orc_rt' in
a85e4aa. Update includes to match.
  • Loading branch information
lhames committed Sep 13, 2022
1 parent eff6a21 commit 35ea0c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compiler-rt/lib/orc/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define ORC_RT_COMMON_H

#include "compiler.h"
#include "orc/c_api.h"
#include "orc_rt/c_api.h"
#include <type_traits>

/// This macro should be used to define tags that will be associated with
Expand Down
2 changes: 1 addition & 1 deletion compiler-rt/lib/orc/macho_ehframe_registration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "adt.h"
#include "common.h"
#include "executor_address.h"
#include "orc/c_api.h"
#include "orc_rt/c_api.h"
#include "wrapper_function_utils.h"

using namespace __orc_rt;
Expand Down
2 changes: 1 addition & 1 deletion compiler-rt/lib/orc/tests/unit/c_api_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//

#include "orc/c_api.h"
#include "orc_rt/c_api.h"
#include "gtest/gtest.h"

TEST(CAPITest, CWrapperFunctionResultInit) {
Expand Down
2 changes: 1 addition & 1 deletion compiler-rt/lib/orc/wrapper_function_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#ifndef ORC_RT_WRAPPER_FUNCTION_UTILS_H
#define ORC_RT_WRAPPER_FUNCTION_UTILS_H

#include "orc/c_api.h"
#include "orc_rt/c_api.h"
#include "common.h"
#include "error.h"
#include "executor_address.h"
Expand Down

0 comments on commit 35ea0c6

Please sign in to comment.