From 1dda6ad80c1256c280a2c0b9d0104422eb2fcdac Mon Sep 17 00:00:00 2001 From: "Peter S. Housel" Date: Fri, 6 May 2022 19:59:56 -0700 Subject: [PATCH] [test][ORC-RT] Disable elfnix_platform tests on non-x86_64 platforms ORC ELFNixPlatform currently only supports x86_64. --- .../test/orc/TestCases/{Linux => FreeBSD/x86-64}/ehframe-default.cpp | 0 .../test/orc/TestCases/{Linux => FreeBSD/x86-64}/ehframe-libunwind.cpp | 0 .../test/orc/TestCases/{FreeBSD => Linux/x86-64}/ehframe-default.cpp | 0 .../test/orc/TestCases/{FreeBSD => Linux/x86-64}/ehframe-libunwind.cpp | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename compiler-rt/test/orc/TestCases/{Linux => FreeBSD/x86-64}/ehframe-default.cpp (100%) rename compiler-rt/test/orc/TestCases/{Linux => FreeBSD/x86-64}/ehframe-libunwind.cpp (100%) rename compiler-rt/test/orc/TestCases/{FreeBSD => Linux/x86-64}/ehframe-default.cpp (100%) rename compiler-rt/test/orc/TestCases/{FreeBSD => Linux/x86-64}/ehframe-libunwind.cpp (100%) diff --git a/compiler-rt/test/orc/TestCases/Linux/ehframe-default.cpp b/compiler-rt/test/orc/TestCases/FreeBSD/x86-64/ehframe-default.cpp similarity index 100% rename from compiler-rt/test/orc/TestCases/Linux/ehframe-default.cpp rename to compiler-rt/test/orc/TestCases/FreeBSD/x86-64/ehframe-default.cpp diff --git a/compiler-rt/test/orc/TestCases/Linux/ehframe-libunwind.cpp b/compiler-rt/test/orc/TestCases/FreeBSD/x86-64/ehframe-libunwind.cpp similarity index 100% rename from compiler-rt/test/orc/TestCases/Linux/ehframe-libunwind.cpp rename to compiler-rt/test/orc/TestCases/FreeBSD/x86-64/ehframe-libunwind.cpp diff --git a/compiler-rt/test/orc/TestCases/FreeBSD/ehframe-default.cpp b/compiler-rt/test/orc/TestCases/Linux/x86-64/ehframe-default.cpp similarity index 100% rename from compiler-rt/test/orc/TestCases/FreeBSD/ehframe-default.cpp rename to compiler-rt/test/orc/TestCases/Linux/x86-64/ehframe-default.cpp diff --git a/compiler-rt/test/orc/TestCases/FreeBSD/ehframe-libunwind.cpp b/compiler-rt/test/orc/TestCases/Linux/x86-64/ehframe-libunwind.cpp similarity index 100% rename from compiler-rt/test/orc/TestCases/FreeBSD/ehframe-libunwind.cpp rename to compiler-rt/test/orc/TestCases/Linux/x86-64/ehframe-libunwind.cpp -- 2.7.4