Skip to content

Commit

Permalink
[llvm][ThinLTO] Add missing ":" to RUN line in devirtualization test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Sep 1, 2023
1 parent 15b561e commit c389e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/ThinLTO/X86/devirt_function_alias.ll
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; RUN: opt -thinlto-bc -o %t1.o %s

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

Expand Down

0 comments on commit c389e37

Please sign in to comment.