r189518 - Debug Info testing case: update uuid testing case to check against Itanium.
Manman Ren
manman.ren at gmail.com
Wed Aug 28 14:19:31 PDT 2013
Author: mren
Date: Wed Aug 28 16:19:31 2013
New Revision: 189518
URL: http://llvm.org/viewvc/llvm-project?rev=189518&view=rev
Log:
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.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-uuid.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-uuid.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-uuid.cpp?rev=189518&r1=189517&r2=189518&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-uuid.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-uuid.cpp Wed Aug 28 16:19:31 2013
@@ -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]*]]}
More information about the cfe-commits
mailing list