aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ThinLTO
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-09-01 14:49:29 +0000
committerDavid Spickett <david.spickett@linaro.org>2023-09-01 14:51:16 +0000
commitc389e37872ffa2ac528402b7f29a134254ade0a3 (patch)
tree5b51d32d9d61d68daf2a78a2afc30e5bdc8507de /llvm/test/ThinLTO
parent15b561ed38a1ad695dd39a089f56ea5c6c1d6dc6 (diff)
downloadllvm-c389e37872ffa2ac528402b7f29a134254ade0a3.zip
llvm-c389e37872ffa2ac528402b7f29a134254ade0a3.tar.gz
llvm-c389e37872ffa2ac528402b7f29a134254ade0a3.tar.bz2
[llvm][ThinLTO] Add missing ":" to RUN line in devirtualization test
Diffstat (limited to 'llvm/test/ThinLTO')
-rw-r--r--llvm/test/ThinLTO/X86/devirt_function_alias.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/devirt_function_alias.ll b/llvm/test/ThinLTO/X86/devirt_function_alias.ll
index 62e36fb..6b88d84 100644
--- a/llvm/test/ThinLTO/X86/devirt_function_alias.ll
+++ b/llvm/test/ThinLTO/X86/devirt_function_alias.ll
@@ -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"