<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - LLDB fails to evaluate expressions which include string literals when linked against libLLVM.so"
   href="https://bugs.llvm.org/show_bug.cgi?id=34194">bug 34194</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>labath@google.com, lhames@gmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - LLDB fails to evaluate expressions which include string literals when linked against libLLVM.so"
   href="https://bugs.llvm.org/show_bug.cgi?id=34194#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - LLDB fails to evaluate expressions which include string literals when linked against libLLVM.so"
   href="https://bugs.llvm.org/show_bug.cgi?id=34194">bug 34194</a>
              from <span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span></b>
        <pre>Ok, this was a fun one.

It turns out this was failing because we were using a completely different JIT
implementation in a LLVM_LINK_LLVM_DYLIB=On build vs. a plain one. For more
details see r318039 commit message.

The fix is to never request the Orc jit, as lldb currently just does not work
with it.

If you sync to the abovementioned commit, I think you should find your problem
resolved. Let me know if you still see any issues.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>