Skip to content

Commit b2bd3a4

Browse files
[NVPTX] Require asserts in unrecognized-sm1x.ll (#126105)
Fix clang-with-thin-lto-ubuntu - failed build
1 parent e40610d commit b2bd3a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/NVPTX/unrecognized-sm1x.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_11 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM11
33
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_12 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM12
44
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_13 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM13
5+
; REQUIRES: asserts
56

67
; SM10: 'sm_10' is not a recognized processor for this target (ignoring processor)
78
; SM11: 'sm_11' is not a recognized processor for this target (ignoring processor)

0 commit comments

Comments
 (0)