[all-commits] [llvm/llvm-project] 254aa6: [llvm-nm][test] Move X86 lit.local.cfg into the X8...
James Henderson via All-commits
all-commits at lists.llvm.org
Mon Nov 15 05:05:00 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 254aa65d048717ab93c3167364153298249432be
https://github.com/llvm/llvm-project/commit/254aa65d048717ab93c3167364153298249432be
Author: James Henderson <james.henderson at sony.com>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
A llvm/test/tools/llvm-nm/X86/lit.local.cfg
R llvm/test/tools/llvm-nm/lit.local.cfg
Log Message:
-----------
[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
More information about the All-commits
mailing list