[llvm] 254aa65 - [llvm-nm][test] Move X86 lit.local.cfg into the X86 subfolder
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 15 05:04:53 PST 2021
Author: James Henderson
Date: 2021-11-15T13:04:42Z
New Revision: 254aa65d048717ab93c3167364153298249432be
URL: https://github.com/llvm/llvm-project/commit/254aa65d048717ab93c3167364153298249432be
DIFF: https://github.com/llvm/llvm-project/commit/254aa65d048717ab93c3167364153298249432be.diff
LOG: [llvm-nm][test] Move X86 lit.local.cfg into the X86 subfolder
The file seems to have been put in the wrong place in its original
commit. This had the effect of marking all llvm-nm tests as unsupported,
unless X86 was enabled, even for tests that weren't X86 specific.
Fixes https://bugs.llvm.org/show_bug.cgi?id=52506.
Reviewed by: mstorsjo
Differential Revision: https://reviews.llvm.org/D113882
Added:
llvm/test/tools/llvm-nm/X86/lit.local.cfg
Modified:
Removed:
llvm/test/tools/llvm-nm/lit.local.cfg
################################################################################
diff --git a/llvm/test/tools/llvm-nm/lit.local.cfg b/llvm/test/tools/llvm-nm/X86/lit.local.cfg
similarity index 100%
rename from llvm/test/tools/llvm-nm/lit.local.cfg
rename to llvm/test/tools/llvm-nm/X86/lit.local.cfg
More information about the llvm-commits
mailing list