<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Dear Varun,<br>
      <br>
      Your question doesn't provide enough information for anyone to
      provide a useful answer.<br>
      <br>
      Your best course of action is to use a debugger (e.g., lldb or
      gdb) to determine why your code is triggering a segmentation
      fault.  If you do that, you can figure out what pointer variable
      is pointing to NULL or to a bad memory location.  With that
      information, you can either fix the problem yourself or develop a
      more focused question that people will be able to answer.<br>
      <br>
      Regards,<br>
      <br>
      John Criswell<br>
      <br>
      On 9/30/16 1:49 AM, Varun Patil via llvm-dev wrote:<br>
    </div>
    <blockquote
cite="mid:CAF_UTeRnvFDeiHCj=Hy6v4x7UiyuJs69ofdkThMAcTV5uhTsdg@mail.gmail.com"
      type="cite">
      <div dir="ltr">Help me Guys please<br>
        <br>
        <br>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>
          <div class="gmail_signature" data-smartmail="gmail_signature">
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div><br>
                  </div>
                  <div><br>
                  </div>
                  Thanks and Regards
                  <div>Varun</div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <br>
        <div class="gmail_quote">On Wed, Sep 28, 2016 at 4:59 PM, Varun
          Patil <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:varun.patil40@gmail.com" target="_blank">varun.patil40@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">
              <div>
                <div>
                  <div>
                    <div>Hi Developer,<br>
                      <br>
                    </div>
                    In my processor I am not using registers so I wrote
                    Simple <a moz-do-not-send="true"
                      href="http://register.td" target="_blank">register.td</a>
                    file with bare minimum functions. <br>
                  </div>
                  But when I am registering my target with llvm it is
                  showing "<b>Segmentation Fault(core dumped)</b>" Error
                  and also same error while generating table-gen for
                  asm-writer.<br>
                  <br>
                </div>
                <div>Some one told comment out EditRegesterName
                  function. because this error is due to
                  EditRegisterName it seems but where should i comment
                  means in which file should i comment this function
                  Since i am not using it in any of my files. <br>
                </div>
                <br>
              </div>
              please help me guys.<br clear="all">
              <div>
                <div>
                  <div>
                    <div>
                      <div>
                        <div>
                          <div>
                            <div
                              class="m_216497213596733163gmail_signature"
                              data-smartmail="gmail_signature">
                              <div dir="ltr">
                                <div>
                                  <div dir="ltr">
                                    <div><br>
                                    </div>
                                    <div><br>
                                    </div>
                                    Thanks and Regards<span
                                      class="HOEnZb"><font
                                        color="#888888">
                                        <div>Varun</div>
                                      </font></span></div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
    </blockquote>
    <br>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
John Criswell
Assistant Professor
Department of Computer Science, University of Rochester
<a class="moz-txt-link-freetext" href="http://www.cs.rochester.edu/u/criswell">http://www.cs.rochester.edu/u/criswell</a></pre>
  </body>
</html>