Skip to content

Commit c389e37

Browse files
committed
[llvm][ThinLTO] Add missing ":" to RUN line in devirtualization test
1 parent 15b561e commit c389e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/ThinLTO/X86/devirt_function_alias.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; RUN: opt -thinlto-bc -o %t1.o %s
1010

1111
;; Check that we have properly recorded the alias in the vtable summary.
12-
; RUN llvm-dis -o - %t1.o | FileCheck %s --check-prefix SUMMARY
12+
; RUN: llvm-dis -o - %t1.o | FileCheck %s --check-prefix SUMMARY
1313
; SUMMARY: gv: (name: "_ZTV1D", {{.*}} vTableFuncs: ((virtFunc: ^[[ALIAS:([0-9]+)]], offset: 16))
1414
; SUMMARY: ^[[ALIAS]] = gv: (name: "_ZN1D1mEiAlias"
1515

0 commit comments

Comments
 (0)