diff options
| author | Adrian Prantl <aprantl@apple.com> | 2013-07-24 20:34:34 +0000 | 
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2013-07-24 20:34:34 +0000 | 
| commit | d801711efbb45201a0499d01644fab2822242390 (patch) | |
| tree | f10fa6b975174353e66ae601110d26b0fb1de650 /clang/test/CodeGenObjC | |
| parent | 1b2ed703fe06dc4203e0de0fc6545a5c26205fd3 (diff) | |
| download | bcm5719-llvm-d801711efbb45201a0499d01644fab2822242390.tar.gz bcm5719-llvm-d801711efbb45201a0499d01644fab2822242390.zip  | |
add radar number to testcase.
llvm-svn: 187073
Diffstat (limited to 'clang/test/CodeGenObjC')
| -rw-r--r-- | clang/test/CodeGenObjC/block-byref-debuginfo.m | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/block-byref-debuginfo.m b/clang/test/CodeGenObjC/block-byref-debuginfo.m index 7c1571f48bd..524864b0d7f 100644 --- a/clang/test/CodeGenObjC/block-byref-debuginfo.m +++ b/clang/test/CodeGenObjC/block-byref-debuginfo.m @@ -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  | 

