[clang] f97b68e - Fix testcase.

Bill Wendling via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 24 14:34:38 PDT 2020


Author: Bill Wendling
Date: 2020-09-24T14:34:28-07:00
New Revision: f97b68ef4ddd28a685e502653768c2a34c314cba

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

LOG: Fix testcase.

Added: 
    

Modified: 
    clang/test/Modules/asm-goto.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Modules/asm-goto.c b/clang/test/Modules/asm-goto.c
index fc6e45dd98fd..f1a6f4217cf9 100644
--- a/clang/test/Modules/asm-goto.c
+++ b/clang/test/Modules/asm-goto.c
@@ -3,7 +3,7 @@
 // RUN: %clang_cc1 -fmodules -fno-implicit-modules -x c -I%S/Inputs/asm-goto -emit-llvm -o - %s -fmodule-file=%t/a.pcm | FileCheck %s
 #include "a.h"
 
-// CHECK-LABEL: define i32 @foo(
+// CHECK-LABEL: define {{.*}} @foo(
 // CHECK: callbr {{.*}} "=r,X,{{.*}}"(i8* blockaddress(@foo, %indirect))
 // CHECK-NEXT: to label %asm.fallthrough [label %indirect]
 


        


More information about the cfe-commits mailing list