diff clang/test/CodeGen/default-function-attr.c @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children c4bab56944e8
line wrap: on
line diff
--- a/clang/test/CodeGen/default-function-attr.c	Mon May 25 11:55:54 2020 +0900
+++ b/clang/test/CodeGen/default-function-attr.c	Tue Jun 08 06:07:14 2021 +0900
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -triple x86_64-unknown-linux -default-function-attr foo=bar -emit-llvm %s -o - | FileCheck %s
 
-// CHECK: define void @foo() #[[X:[0-9]+]]
+// CHECK: define{{.*}} void @foo() #[[X:[0-9]+]]
 void foo() {}
 
 // CHECK: attributes #[[X]] = {{.*}} "foo"="bar"