From: Manman Ren Date: Wed, 28 Aug 2013 21:19:31 +0000 (+0000) Subject: Debug Info testing case: update uuid testing case to check against Itanium. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=100dfd71af4a28e8d9f918980113eb25bdc75eba;p=clang Debug Info testing case: update uuid testing case to check against Itanium. 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 --- diff --git a/test/CodeGenCXX/debug-info-uuid.cpp b/test/CodeGenCXX/debug-info-uuid.cpp index 50ac894835..8b6c0aac7f 100644 --- a/test/CodeGenCXX/debug-info-uuid.cpp +++ b/test/CodeGenCXX/debug-info-uuid.cpp @@ -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]*]]}