diff options
-rw-r--r-- | llvm/test/DebugInfo/X86/dbg-file-name.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-file-name.ll b/llvm/test/DebugInfo/X86/dbg-file-name.ll index 60954b9746b..fb3ed0a2abb 100644 --- a/llvm/test/DebugInfo/X86/dbg-file-name.ll +++ b/llvm/test/DebugInfo/X86/dbg-file-name.ll @@ -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 |