<div dir="ltr">Better to do something like CHECKX, since the rest of OCaml IR generation should still work, and it's primarily tested in that one file.<div><br></div><div>I think it's reasonable to file a PR about it and temporarily regress OCaml debug info generation. It would be good if line information worked, though.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 2, 2014 at 3:48 PM, Duncan P. N. Exon Smith <span dir="ltr"><<a href="mailto:dexonsmith@apple.com" target="_blank">dexonsmith@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-llvm-commits, +llvmdev<br>
<br>
> On Oct 2, 2014, at 2:57 PM, Duncan P. N. Exon Smith <<a href="mailto:dexonsmith@apple.com">dexonsmith@apple.com</a>> wrote:<br>
><br>
> Author: dexonsmith<br>
> Date: Thu Oct 2 16:56:57 2014<br>
> New Revision: 218914<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=218914&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=218914&view=rev</a><br>
> Log:<br>
> DI: Fold constant arguments into a single MDString<br>
><br>
> This patch addresses the first stage of PR17891 by folding constant<br>
> arguments together into a single MDString. Integers are stringified and<br>
> a `\0` character is used as a separator.<br>
><br>
> Part of PR17891.<br>
><br>
> Note: I've attached my testcases upgrade scripts to the PR. If I've<br>
> just broken your out-of-tree testcases, they might help.<br>
><br>
<br>
Among other things, this commit broke the Ocaml debug info test [1].<br>
It's not obvious to me how to fix it (I don't speak Ocaml). Anyone know<br>
what to do? (Is it reasonable for me to just XFAIL it, file a PR, and<br>
move on?)<br>
<br>
[1]: <a href="http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/11579" target="_blank">http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/11579</a><br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a> <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div>