diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-03-25 16:49:57 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-03-25 16:49:57 +0000 |
commit | 5979790e426f3862c02b61b3c3d9d10b689f8456 (patch) | |
tree | 1565b96b584049904a6df81ac633e9ef57ff1fd2 | |
parent | 8e8b2de4ac9f79cde02feca509be18dbcbcc6fdf (diff) | |
download | bcm5719-llvm-5979790e426f3862c02b61b3c3d9d10b689f8456.tar.gz bcm5719-llvm-5979790e426f3862c02b61b3c3d9d10b689f8456.zip |
Document the purpose of this testcase.
llvm-svn: 264421
-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 |