commit | 31455256ae26cc7069111643ec4429ea564377da | [log] [tgz] |
---|---|---|
author | Sean Hunt <rideau3@gmail.com> | Sun Jan 24 03:04:27 2010 +0000 |
committer | Sean Hunt <rideau3@gmail.com> | Sun Jan 24 03:04:27 2010 +0000 |
tree | 53431a5b13cc8470317d88666409862de7bd0452 | |
parent | 1efcf3d137c11fb6b21c385911e0d2ca59ca94c3 [diff] [blame] |
Mangle static variables with an extra name to distinguish them from non-static variables in the same TU. Fixes PR5966 for real this time; also reverts r92911, which had a incorrect fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94352 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/global-llvm-constant.cpp b/test/CodeGenCXX/global-llvm-constant.cpp index e799231..ef1dcf0 100644 --- a/test/CodeGenCXX/global-llvm-constant.cpp +++ b/test/CodeGenCXX/global-llvm-constant.cpp
@@ -7,4 +7,4 @@ const A x; -// CHECK: @x = internal global +// CHECK: @_ZL1x = internal global