summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/wchar-const.c
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-03-24 10:31:09 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-03-24 10:31:09 +0000
commit89f588ff73d15d9caaf3923f008d4fb1fa5031ac (patch)
tree2a35555ee891a6526c00d592b075267858ecb8f3 /clang/test/CodeGen/wchar-const.c
parent276fefb8d945ec1d5027506a07672238db8f0207 (diff)
downloadbcm5719-llvm-89f588ff73d15d9caaf3923f008d4fb1fa5031ac.tar.gz
bcm5719-llvm-89f588ff73d15d9caaf3923f008d4fb1fa5031ac.zip
Revert r204562,204566,204586,204587 as they broke ASan on Windows
llvm-svn: 204596
Diffstat (limited to 'clang/test/CodeGen/wchar-const.c')
-rw-r--r--clang/test/CodeGen/wchar-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/wchar-const.c b/clang/test/CodeGen/wchar-const.c
index 34da249639e..2e9af53a14d 100644
--- a/clang/test/CodeGen/wchar-const.c
+++ b/clang/test/CodeGen/wchar-const.c
@@ -15,7 +15,7 @@ typedef __WCHAR_TYPE__ wchar_t;
// CHECK-DAR: private unnamed_addr constant [18 x i32] [i32 84,
-// CHECK-WIN: linkonce_odr unnamed_addr constant [18 x i16] [i16 84,
+// CHECK-WIN: private unnamed_addr constant [18 x i16] [i16 84,
extern void foo(const wchar_t* p);
int main (int argc, const char * argv[])
{
OpenPOWER on IntegriCloud