diff options
author | Paul Robinson <paul.robinson@sony.com> | 2018-01-13 01:39:30 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2018-01-13 01:39:30 +0000 |
commit | b22d170caf3d2e344cb51ded85c9f52dafaad9f3 (patch) | |
tree | 1bd4b9d28333a9bc7c9dadff3bb8c45b80985242 | |
parent | 080e0d40b912bf2a389c5a615ed1429ab330adee (diff) | |
download | bcm5719-llvm-b22d170caf3d2e344cb51ded85c9f52dafaad9f3.tar.gz bcm5719-llvm-b22d170caf3d2e344cb51ded85c9f52dafaad9f3.zip |
XFAIL a test on Darwin, line-table stuck on DWARF 2
llvm-svn: 322430
-rw-r--r-- | llvm/test/CodeGen/Generic/dwarf-md5.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/dwarf-md5.ll b/llvm/test/CodeGen/Generic/dwarf-md5.ll index 1113dcc769b..efdb76997db 100644 --- a/llvm/test/CodeGen/Generic/dwarf-md5.ll +++ b/llvm/test/CodeGen/Generic/dwarf-md5.ll @@ -1,6 +1,9 @@ ; MD5 checksums provided by IR should be passed through to asm. ; They'll be emitted to an object file only for DWARF 5 or later. +; Darwin clamps the line table at DWARF v2 so XFAIL this test. +; XFAIL: darwin + ; REQUIRES: object-emission ; RUN: %llc_dwarf -dwarf-version 4 -filetype=asm -o - %s | FileCheck %s --check-prefix=ASM ; RUN: %llc_dwarf -dwarf-version 5 -filetype=asm -o - %s | FileCheck %s --check-prefix=ASM |