[compiler-rt] a7c3105 - [ORC-RT] Remove unused header in unit test.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 13 03:51:41 PDT 2021
Author: Lang Hames
Date: 2021-06-13T20:45:20+10:00
New Revision: a7c3105adb55e506e63ad63ab2110341df1ab92b
URL: https://github.com/llvm/llvm-project/commit/a7c3105adb55e506e63ad63ab2110341df1ab92b
DIFF: https://github.com/llvm/llvm-project/commit/a7c3105adb55e506e63ad63ab2110341df1ab92b.diff
LOG: [ORC-RT] Remove unused header in unit test.
Added:
Modified:
compiler-rt/lib/orc/unittests/simple_packed_serialization_test.cpp
compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/orc/unittests/simple_packed_serialization_test.cpp b/compiler-rt/lib/orc/unittests/simple_packed_serialization_test.cpp
index 2e6d43d1fb9a..3b55aa9662c7 100644
--- a/compiler-rt/lib/orc/unittests/simple_packed_serialization_test.cpp
+++ b/compiler-rt/lib/orc/unittests/simple_packed_serialization_test.cpp
@@ -13,8 +13,6 @@
#include "simple_packed_serialization.h"
#include "gtest/gtest.h"
-#include <stdio.h>
-
using namespace __orc_rt;
TEST(SimplePackedSerializationTest, SPSOutputBuffer) {
diff --git a/compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp b/compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp
index c1f6896ac05a..410f0aa90314 100644
--- a/compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp
+++ b/compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp
@@ -13,8 +13,6 @@
#include "wrapper_function_utils.h"
#include "gtest/gtest.h"
-#include <stdio.h>
-
using namespace __orc_rt;
namespace {
More information about the llvm-commits
mailing list