Skip to content

Commit

Permalink
Revert "Move ExpandLargeDivRem to llvm/test/CodeGen/X86 because they …
Browse files Browse the repository at this point in the history
…need a triple"

This reverts commit 6bf1b4e.

Requiring a triple does not require moving these to a codegen test directory.
Move these to an x86 specific subdirectory of a transforms test.
  • Loading branch information
arsenm committed Nov 2, 2023
1 parent a40f651 commit d636d73
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/test/Transforms/ExpandLargeDivRem/X86/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
if not "X86" in config.root.targets:
config.unsupported = True

0 comments on commit d636d73

Please sign in to comment.