File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 3
3
; RUN: not %lld %t.bc -o /dev/null 2>&1 | FileCheck %s --check-prefix=REGULAR
4
4
5
5
;; For regular LTO, the original module name is lost.
6
- ;; TODO Fix the line number
7
- ; REGULAR: error: ld-temp.o <inline asm>:3:1: invalid instruction mnemonic 'invalid'
6
+ ; REGULAR: error: <inline asm>:2:1: invalid instruction mnemonic 'invalid'
8
7
9
- ; RUN: opt -module-summary %s -o %t.bc
10
- ; RUN: not %lld %t.bc -o /dev/null 2>&1 | FileCheck %s --check-prefix=THIN
8
+ ; RUN: not opt -module-summary %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=THIN
11
9
12
- ; THIN: error: {{.*}}.bc <inline asm>:2:1: invalid instruction mnemonic 'invalid'
10
+ ; THIN: error: <inline asm>:2:1: invalid instruction mnemonic 'invalid'
13
11
14
12
target triple = "x86_64-apple-macosx10.15.0"
15
13
target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
You can’t perform that action at this time.
0 commit comments