From 39dd8dcf208d24a8004f46ec0f3e912514a346b6 Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Mon, 1 Aug 2022 14:13:49 +0800 Subject: [PATCH] [NFC] Fix test failure in windows --- clang/test/CodeGenCXX/threadlocal_address.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenCXX/threadlocal_address.cpp b/clang/test/CodeGenCXX/threadlocal_address.cpp index d61b578..d3b1779 100644 --- a/clang/test/CodeGenCXX/threadlocal_address.cpp +++ b/clang/test/CodeGenCXX/threadlocal_address.cpp @@ -7,7 +7,7 @@ int g() { i++; return i; } -// CHECK: @i = thread_local global i32 0 +// CHECK: @i = {{.*}}thread_local global i32 0 // CHECK: @_ZZ1fvE1j = internal thread_local global i32 0 // // CHECK: @_Z1gv() -- 2.7.4