[llvm] 616f7d3 - [DebugInfo][NFC] Make is_stmt-at-block-start test X86-specific
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 04:04:50 PDT 2024
Author: Stephen Tozer
Date: 2024-08-29T12:04:07+01:00
New Revision: 616f7d3d4f6d9bea6f776e357c938847e522a681
URL: https://github.com/llvm/llvm-project/commit/616f7d3d4f6d9bea6f776e357c938847e522a681
DIFF: https://github.com/llvm/llvm-project/commit/616f7d3d4f6d9bea6f776e357c938847e522a681.diff
LOG: [DebugInfo][NFC] Make is_stmt-at-block-start test X86-specific
Fixes failure on the llvm-clang-aarch64-darwin buildbot:
https://lab.llvm.org/buildbot/#/builders/190/builds/4660/
The test mentioned does not rely on any unique property of X86, but does
rely on the layout of the basic blocks produced by llc, which varies
between targets. Although the test could be duplicated for other targets,
it seems unnecessary since the behaviour being tested is not
target-specific.
Added:
llvm/test/DebugInfo/X86/is_stmt-at-block-start.ll
Modified:
Removed:
llvm/test/DebugInfo/Generic/is_stmt-at-block-start.ll
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/is_stmt-at-block-start.ll b/llvm/test/DebugInfo/X86/is_stmt-at-block-start.ll
similarity index 100%
rename from llvm/test/DebugInfo/Generic/is_stmt-at-block-start.ll
rename to llvm/test/DebugInfo/X86/is_stmt-at-block-start.ll
More information about the llvm-commits
mailing list