[llvm] r264421 - Document the purpose of this testcase.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 25 09:49:57 PDT 2016
Author: adrian
Date: Fri Mar 25 11:49:57 2016
New Revision: 264421
URL: http://llvm.org/viewvc/llvm-project?rev=264421&view=rev
Log:
Document the purpose of this testcase.
Modified:
llvm/trunk/test/DebugInfo/X86/dbg-file-name.ll
Modified: llvm/trunk/test/DebugInfo/X86/dbg-file-name.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dbg-file-name.ll?rev=264421&r1=264420&r2=264421&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dbg-file-name.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/dbg-file-name.ll Fri Mar 25 11:49:57 2016
@@ -1,6 +1,7 @@
; RUN: llc -enable-dwarf-directory -mtriple x86_64-apple-darwin10.0.0 < %s | FileCheck %s
-; Radar 8884898
+; Verify that the file name is relative to the directory.
+; rdar://problem/8884898
; CHECK: file 1 "simple.c"
declare i32 @printf(i8*, ...) nounwind
More information about the llvm-commits
mailing list