mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
743d4913cc
llvm-svn: 312427
5 lines
108 B
LLVM
5 lines
108 B
LLVM
; RUN: opt -o %t %s
|
|
; RUN: not llvm-isel-fuzzer %t 2>&1 | FileCheck %s
|
|
|
|
; CHECK: -mtriple must be specified
|