[ORC-RT] Update headers for rename of include/orc in a85e4aa37de.
authorLang Hames <lhames@gmail.com>
Tue, 13 Sep 2022 00:06:59 +0000 (17:06 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 13 Sep 2022 00:09:06 +0000 (17:09 -0700)
The ORC runtime include directory was renamed from 'orc' to 'orc_rt' in
a85e4aa37de. Update includes to match.

compiler-rt/lib/orc/common.h
compiler-rt/lib/orc/macho_ehframe_registration.cpp
compiler-rt/lib/orc/tests/unit/c_api_test.cpp
compiler-rt/lib/orc/wrapper_function_utils.h

index cfc54f3..5e01fee 100644 (file)
@@ -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
index 112f0dc..6e64706 100644 (file)
@@ -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;
index e013c2a..ad3f055 100644 (file)
@@ -10,7 +10,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "orc/c_api.h"
+#include "orc_rt/c_api.h"
 #include "gtest/gtest.h"
 
 TEST(CAPITest, CWrapperFunctionResultInit) {
index 715fcef..17aa8bb 100644 (file)
@@ -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"