diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
| commit | 486754660bb926339aefcf012a3f848592babb8b (patch) | |
| tree | ecdbc446c9876f4f120f701c243373cd3cb43db3 /test/CodeGenCXX/const-base-cast.cpp | |
| parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) | |
Notes
Diffstat (limited to 'test/CodeGenCXX/const-base-cast.cpp')
| -rw-r--r-- | test/CodeGenCXX/const-base-cast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/const-base-cast.cpp b/test/CodeGenCXX/const-base-cast.cpp index dd980d5469bf..bb08b9d21fcf 100644 --- a/test/CodeGenCXX/const-base-cast.cpp +++ b/test/CodeGenCXX/const-base-cast.cpp @@ -7,4 +7,4 @@ struct B { char y; }; struct C : A,B {}; unsigned char x = ((char*)(B*)(C*)0x1000) - (char*)0x1000; -// CHECK: @x = global i8 1 +// CHECK: @x = {{(dso_local )?}}global i8 1 |
