[llvm] 74b6b11 - [llvm-nm][test] Drop LLVM_TARGETS_TO_BUILD requirement for special-syms.test
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 20:48:40 PDT 2023
Author: Fangrui Song
Date: 2023-07-27T20:48:35-07:00
New Revision: 74b6b113f4a1c98f8859a08aad595b91aa03d197
URL: https://github.com/llvm/llvm-project/commit/74b6b113f4a1c98f8859a08aad595b91aa03d197
DIFF: https://github.com/llvm/llvm-project/commit/74b6b113f4a1c98f8859a08aad595b91aa03d197.diff
LOG: [llvm-nm][test] Drop LLVM_TARGETS_TO_BUILD requirement for special-syms.test
These tests only use yaml2obj and llvm-nm, which do not need
LLVM_TARGETS_TO_BUILD.
Added:
llvm/test/tools/llvm-nm/special-syms-aarch64.test
llvm/test/tools/llvm-nm/special-syms-arm.test
llvm/test/tools/llvm-nm/special-syms-csky.test
Modified:
Removed:
llvm/test/tools/llvm-nm/AArch64/special-syms.test
llvm/test/tools/llvm-nm/ARM/special-syms.test
llvm/test/tools/llvm-nm/CSKY/lit.local.cfg
llvm/test/tools/llvm-nm/CSKY/special-syms.test
################################################################################
diff --git a/llvm/test/tools/llvm-nm/CSKY/lit.local.cfg b/llvm/test/tools/llvm-nm/CSKY/lit.local.cfg
deleted file mode 100644
index f87c9bbe30352c..00000000000000
--- a/llvm/test/tools/llvm-nm/CSKY/lit.local.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-if "CSKY" not in config.root.targets:
- config.unsupported = True
diff --git a/llvm/test/tools/llvm-nm/AArch64/special-syms.test b/llvm/test/tools/llvm-nm/special-syms-aarch64.test
similarity index 100%
rename from llvm/test/tools/llvm-nm/AArch64/special-syms.test
rename to llvm/test/tools/llvm-nm/special-syms-aarch64.test
diff --git a/llvm/test/tools/llvm-nm/ARM/special-syms.test b/llvm/test/tools/llvm-nm/special-syms-arm.test
similarity index 100%
rename from llvm/test/tools/llvm-nm/ARM/special-syms.test
rename to llvm/test/tools/llvm-nm/special-syms-arm.test
diff --git a/llvm/test/tools/llvm-nm/CSKY/special-syms.test b/llvm/test/tools/llvm-nm/special-syms-csky.test
similarity index 100%
rename from llvm/test/tools/llvm-nm/CSKY/special-syms.test
rename to llvm/test/tools/llvm-nm/special-syms-csky.test
More information about the llvm-commits
mailing list