Skip to content

Commit d636d73

Browse files
committed
Revert "Move ExpandLargeDivRem to llvm/test/CodeGen/X86 because they 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.
1 parent a40f651 commit d636d73

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if not "X86" in config.root.targets:
2+
config.unsupported = True

0 commit comments

Comments
 (0)