[cfe-commits] r121403 - /cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp
Devang Patel
dpatel at apple.com
Thu Dec 9 11:27:38 PST 2010
Author: dpatel
Date: Thu Dec 9 13:27:37 2010
New Revision: 121403
URL: http://llvm.org/viewvc/llvm-project?rev=121403&view=rev
Log:
Update test.
This test intends to catch invalid use of ".byte 256" in output. Now, the assert in MC will be triggered in such cases.
Modified:
cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp
Modified: cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp?rev=121403&r1=121402&r2=121403&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp Thu Dec 9 13:27:37 2010
@@ -1,6 +1,6 @@
-// RUN: %clang -S -fverbpse-asm -g %s -o - | FileCheck %s
+// RUN: %clang -c -g %s -o /dev/null
// Radar 8730409
-// CHECK-NOT:.byte 256
+
class foo {
public:
#define x(a) virtual void v ## a (void)
More information about the cfe-commits
mailing list