r187073 - add radar number to testcase.

Adrian Prantl aprantl at apple.com
Wed Jul 24 13:34:34 PDT 2013


Author: adrian
Date: Wed Jul 24 15:34:34 2013
New Revision: 187073

URL: http://llvm.org/viewvc/llvm-project?rev=187073&view=rev
Log:
add radar number to testcase.

Modified:
    cfe/trunk/test/CodeGenObjC/block-byref-debuginfo.m

Modified: cfe/trunk/test/CodeGenObjC/block-byref-debuginfo.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/block-byref-debuginfo.m?rev=187073&r1=187072&r2=187073&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/block-byref-debuginfo.m (original)
+++ cfe/trunk/test/CodeGenObjC/block-byref-debuginfo.m Wed Jul 24 15:34:34 2013
@@ -1,5 +1,6 @@
 // RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -g -triple x86_64-apple-darwin -O0 -emit-llvm %s -o - | FileCheck %s
 
+// rdar://problem/14386148
 // Test that the foo is aligned at an 8 byte boundary in the DWARF
 // expression (256) that locates it inside of the byref descriptor:
 // CHECK: metadata !"foo", i32 0, i64 {{[0-9]+}}, i64 64, i64 256, i32 0, metadata





More information about the cfe-commits mailing list