[llvm] c389e37 - [llvm][ThinLTO] Add missing ":" to RUN line in devirtualization test

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 07:51:23 PDT 2023


Author: David Spickett
Date: 2023-09-01T14:51:16Z
New Revision: c389e37872ffa2ac528402b7f29a134254ade0a3

URL: https://github.com/llvm/llvm-project/commit/c389e37872ffa2ac528402b7f29a134254ade0a3
DIFF: https://github.com/llvm/llvm-project/commit/c389e37872ffa2ac528402b7f29a134254ade0a3.diff

LOG: [llvm][ThinLTO] Add missing ":" to RUN line in devirtualization test

Added: 
    

Modified: 
    llvm/test/ThinLTO/X86/devirt_function_alias.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/ThinLTO/X86/devirt_function_alias.ll b/llvm/test/ThinLTO/X86/devirt_function_alias.ll
index 62e36fb039a385..6b88d84a6819de 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"
 


        


More information about the llvm-commits mailing list