]> granicus.if.org Git - clang/commitdiff
Debug Info testing case: update uuid testing case to check against Itanium.
authorManman Ren <manman.ren@gmail.com>
Wed, 28 Aug 2013 21:19:31 +0000 (21:19 +0000)
committerManman Ren <manman.ren@gmail.com>
Wed, 28 Aug 2013 21:19:31 +0000 (21:19 +0000)
Right now, the output for Itanium vs. Microsoft is the same. Once we start
calling mangler to get the unique identifier, this testing case will require
support for uuid mangling.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189518 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-uuid.cpp

index 50ac8948354e552569284d4b625aa246783b3aac..8b6c0aac7fd8278ec5c7fab6ff8c7d1aa263fdef 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -emit-llvm -fms-extensions -triple=x86_64-pc-win32 -cxx-abi microsoft -g %s -o - -std=c++11 | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -fms-extensions -triple=x86_64-unknown-unknown -g %s -o - -std=c++11 | FileCheck %s
 
 // CHECK: metadata [[TGIARGS:![0-9]*]], null} ; [ DW_TAG_structure_type ] [tmpl_guid<&__uuidof(uuid)>]
 // CHECK: [[TGIARGS]] = metadata !{metadata [[TGIARG1:![0-9]*]]}