diff options
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 e70c3aa365976..a0ad80d7c98a6 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 |