[compiler-rt] 1dda6ad - [test][ORC-RT] Disable elfnix_platform tests on non-x86_64 platforms
Peter S. Housel via llvm-commits
llvm-commits at lists.llvm.org
Fri May 6 20:12:55 PDT 2022
Author: Peter S. Housel
Date: 2022-05-06T20:11:35-07:00
New Revision: 1dda6ad80c1256c280a2c0b9d0104422eb2fcdac
URL: https://github.com/llvm/llvm-project/commit/1dda6ad80c1256c280a2c0b9d0104422eb2fcdac
DIFF: https://github.com/llvm/llvm-project/commit/1dda6ad80c1256c280a2c0b9d0104422eb2fcdac.diff
LOG: [test][ORC-RT] Disable elfnix_platform tests on non-x86_64 platforms
ORC ELFNixPlatform currently only supports x86_64.
Added:
compiler-rt/test/orc/TestCases/FreeBSD/x86-64/ehframe-default.cpp
compiler-rt/test/orc/TestCases/FreeBSD/x86-64/ehframe-libunwind.cpp
compiler-rt/test/orc/TestCases/Linux/x86-64/ehframe-default.cpp
compiler-rt/test/orc/TestCases/Linux/x86-64/ehframe-libunwind.cpp
Modified:
Removed:
compiler-rt/test/orc/TestCases/FreeBSD/ehframe-default.cpp
compiler-rt/test/orc/TestCases/FreeBSD/ehframe-libunwind.cpp
compiler-rt/test/orc/TestCases/Linux/ehframe-default.cpp
compiler-rt/test/orc/TestCases/Linux/ehframe-libunwind.cpp
################################################################################
diff --git a/compiler-rt/test/orc/TestCases/FreeBSD/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/FreeBSD/ehframe-default.cpp
rename to compiler-rt/test/orc/TestCases/FreeBSD/x86-64/ehframe-default.cpp
diff --git a/compiler-rt/test/orc/TestCases/FreeBSD/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/FreeBSD/ehframe-libunwind.cpp
rename to compiler-rt/test/orc/TestCases/FreeBSD/x86-64/ehframe-libunwind.cpp
diff --git a/compiler-rt/test/orc/TestCases/Linux/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/Linux/ehframe-default.cpp
rename to compiler-rt/test/orc/TestCases/Linux/x86-64/ehframe-default.cpp
diff --git a/compiler-rt/test/orc/TestCases/Linux/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/Linux/ehframe-libunwind.cpp
rename to compiler-rt/test/orc/TestCases/Linux/x86-64/ehframe-libunwind.cpp
More information about the llvm-commits
mailing list