Skip to content

Commit 6239043

Browse files
committed
[llc] Move tests
1 parent 87a0898 commit 6239043

File tree

5 files changed

+11
-183
lines changed

5 files changed

+11
-183
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
; RUN: llc -mtriple=x86_64-pc-linux-gnu -enable-new-pm -print-pipeline-passes -filetype=null %s | FileCheck %s
2+
3+
; CHECK: require<profile-summary>,require<collector-metadata>
4+
; CHECK: MachineSanitizerBinaryMetadata,FreeMachineFunctionPass
5+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
; RUN: llc -mtriple=x86_64-pc-linux-gnu -enable-new-pm -print-pipeline-passes -start-before=mergeicmps -stop-after=gc-lowering -filetype=null %s | FileCheck %s
2+
3+
; CHECK: function(mergeicmps,expand-memcmp,gc-lowering)
4+

llvm/unittests/CodeGen/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ add_llvm_unittest(CodeGenTests
2525
AMDGPUMetadataTest.cpp
2626
AsmPrinterDwarfTest.cpp
2727
CCStateTest.cpp
28-
CodeGenPassBuilderTest.cpp
2928
DIEHashTest.cpp
3029
DIETest.cpp
3130
DwarfStringPoolEntryRefTest.cpp

llvm/unittests/CodeGen/CodeGenPassBuilderTest.cpp

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)