From 9f34b7b93b1fa4d60999af8162a2f435c4c74ae7 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 2 Feb 2018 17:29:22 +0000 Subject: Revert "Start setting dso_local in clang." This reverts commit r324107. I will have to test it on OS X. llvm-svn: 324108 --- clang/test/Frontend/ast-codegen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/Frontend/ast-codegen.c') diff --git a/clang/test/Frontend/ast-codegen.c b/clang/test/Frontend/ast-codegen.c index e1140fdd8b2..4a3f8a3b79f 100644 --- a/clang/test/Frontend/ast-codegen.c +++ b/clang/test/Frontend/ast-codegen.c @@ -5,9 +5,9 @@ // CHECK: module asm "foo" __asm__("foo"); -// CHECK: @g0 = common dso_local global i32 0, align 4 +// CHECK: @g0 = common global i32 0, align 4 int g0; -// CHECK: define dso_local i32 @f0() +// CHECK: define i32 @f0() int f0() { } -- cgit v1.2.3