diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
| commit | 2b6b257f4e5503a7a2675bdb8735693db769f75c (patch) | |
| tree | e85e046ae7003fe3bcc8b5454cd0fa3f7407b470 /test/CodeGenCXX/rtti-fundamental.cpp | |
| parent | b4348ed0b7e90c0831b925fbee00b5f179a99796 (diff) | |
Notes
Diffstat (limited to 'test/CodeGenCXX/rtti-fundamental.cpp')
| -rw-r--r-- | test/CodeGenCXX/rtti-fundamental.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/CodeGenCXX/rtti-fundamental.cpp b/test/CodeGenCXX/rtti-fundamental.cpp index e70c3aa36597..a0ad80d7c98a 100644 --- a/test/CodeGenCXX/rtti-fundamental.cpp +++ b/test/CodeGenCXX/rtti-fundamental.cpp @@ -89,6 +89,16 @@ namespace __cxxabiv1 { // CHECK: @_ZTIPy = constant // CHECK: @_ZTIPKy = constant +// __int128 +// CHECK: @_ZTIn = constant +// CHECK: @_ZTIPn = constant +// CHECK: @_ZTIPKn = constant + +// unsigned __int128 +// CHECK: @_ZTIo = constant +// CHECK: @_ZTIPo = constant +// CHECK: @_ZTIPKo = constant + // half // CHECK: @_ZTIDh = constant // CHECK: @_ZTIPDh = constant |
