commit | 75df9f23fa7e3c4e02753fb0405d69cd0d68e0ef | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Fri Mar 16 00:21:54 2012 +0000 |
committer | Eric Christopher <echristo@apple.com> | Fri Mar 16 00:21:54 2012 +0000 |
tree | 9b4243b6e2def9cc8204bc7d129a756edbcfc116 | |
parent | b99ea7cb3fe8af46bdc2ad68550632f5c16bdaa9 [diff] [blame] |
Do the right thing on NULL uint64 fields. Patch by Clemens Hammacher! Fixes PR12243 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152880 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/DebugInfo/bug_null_debuginfo.ll b/test/DebugInfo/bug_null_debuginfo.ll new file mode 100644 index 0000000..a7fdf70 --- /dev/null +++ b/test/DebugInfo/bug_null_debuginfo.ll
@@ -0,0 +1,6 @@ +; RUN: llc + + +!llvm.dbg.cu = !{!0} + +!0 = metadata !{null, null, null}