File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
;; Using "unknown" as the architecture is explicitly allowed (but warns)
9
9
; RUN: opt -mtriple=unknown -S -passes=no-op-module -o /dev/null < %s 2>&1 | FileCheck %s --check-prefix=UNKNOWN
10
- ; UNKNOWN: opt: warning: failed to infer data layout: unable to get target for 'unknown', see --version and --triple.
10
+ ; UNKNOWN: warning: failed to infer data layout: unable to get target for 'unknown', see --version and --triple.
11
11
12
12
;; However, any other invalid target triple should cause the tool to fail:
13
13
; RUN: not opt -mtriple=invalid -S -passes=no-op-module -o /dev/null < %s 2>&1 | FileCheck %s --check-prefix=INVALID
14
- ; INVALID: opt: warning: failed to infer data layout: unable to get target for 'invalid', see --version and --triple.
15
- ; INVALID-NEXT: opt: unrecognized architecture 'invalid' provided.
14
+ ; INVALID: warning: failed to infer data layout: unable to get target for 'invalid', see --version and --triple.
15
+ ; INVALID-NEXT: unrecognized architecture 'invalid' provided.
16
16
; INVALID-EMPTY:
You can’t perform that action at this time.
0 commit comments