<div dir="ltr"><div dir="ltr">On Mon, Jun 14, 2021 at 1:49 AM Neil Henning via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Not sure if I fully understand the question - but for our Burst HPC# compiler we just:</div><div><ul><li>create our own TargetLibraryInfo</li></ul></div></div></blockquote><div>From what I can see in D53927, we'd probably want to modify the existing TargetLibraryInfo rather than create a new one, since we are trying to get support into upstream LLVM rather than having to cram more stuff into rustc's LLVM glue code (which we're trying to upstream to LLVM as much as possible) and modifying the existing TargetLibraryInfo looks like what would work best.</div><div><br></div><div>Thanks everyone!</div><div><br></div><div>Jacob</div></div></div>