<div dir="ltr">are you sure you're running the recompiled clang & not some existing clang you had on your system? Try putting something more blatant in your optimization pass, like an assert(false) or other ridiculous thing that'll make it obvious if the pass is/isn't running, perhaps?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 3, 2019 at 2:03 PM Shishir V Jessu via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><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">Hi, <br><br>I have made some changes in the LowerTypeTests Pass of opt, and would like to use these changes with the clang version I have downloaded. <div><br></div><div>I compiled clang and llvm from scratch, made my changes in LowerTypeTests.cpp, and recompiled clang and opt. When I run clang with the appropriate flags to invoke the pass, it invokes the pass as originally written, but when I run opt on the relevant bitcode, it invokes the pass as I have written it. <br><br>How can I modify clang to make it use my version of opt to run the pass I've changed? Thanks!<br><br>Regards, <br>Shishir Jessu</div></div><img src="https://my-email-signature.link/signature.gif?u=452460&e=77355651&v=b4cc9405df68735f40e0eb6333d66d7205aca62b6f0a6a3751250aedc9873898" style="width: 2px; max-height: 0px; overflow: hidden;">
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>