From 4d936ecf803f44d74d7ad92599efe2ac4213a442 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 9 Dec 2010 19:27:37 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121403 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/vtable-debug-info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGenCXX/vtable-debug-info.cpp b/test/CodeGenCXX/vtable-debug-info.cpp index e2c3c826c3..51eb0e3715 100644 --- a/test/CodeGenCXX/vtable-debug-info.cpp +++ b/test/CodeGenCXX/vtable-debug-info.cpp @@ -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) -- 2.40.0