r203625 - DebugInfo: Remove debug-info-pubtypes.ccp - pubnames/pubtypes are adequately tested in LLVM now.
David Blaikie
dblaikie at gmail.com
Tue Mar 11 16:42:49 PDT 2014
Author: dblaikie
Date: Tue Mar 11 18:42:49 2014
New Revision: 203625
URL: http://llvm.org/viewvc/llvm-project?rev=203625&view=rev
Log:
DebugInfo: Remove debug-info-pubtypes.ccp - pubnames/pubtypes are adequately tested in LLVM now.
Removed:
cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp
Removed: cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp?rev=203624&view=auto
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp (removed)
@@ -1,16 +0,0 @@
-// REQUIRES: x86-registered-target
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -fstandalone-debug -S -mllvm -generate-dwarf-pub-sections=Enable %s -o - | FileCheck %s
-
-// FIXME: This testcase shouldn't rely on assembly emission.
-//CHECK: LpubTypes_begin[[SECNUM:[0-9]:]]
-//CHECK: .asciz "G"
-//CHECK-NEXT: .long 0
-//CHECK-NEXT: LpubTypes_end[[SECNUM]]
-
-class G {
-public:
- void foo();
-};
-
-void G::foo() {
-}
More information about the cfe-commits
mailing list