<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/54874>54874</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            mach-o/compact_unwind_encoding.h: No such file or directory
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          Kalamatee
      </td>
    </tr>
</table>

<pre>
    "llvm-project/lld/MachO/CMakeLists.txt" contains the following,

include_directories(${LLVM_MAIN_SRC_DIR}/../libunwind/include)

Which appears to make it try to include the libunwind headers from outside of the llvm source tree.

Compiling LLVM reports the following error -:

fatal error: mach-o/compact_unwind_encoding.h: No such file or directory


</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJylksFuozAQhp_GXKwgsEmBA4c0UaRqk67UlXaPyJhx7F2DkW3azdvvQNoq6nUly8aamW_-H0_n-mtDGLP2ddhM3v0GGQk7WtvjfhZSf8dzfxZ_4GRCDGn8i2FGpRujMGOgUQNVzlr3ZsYLYXuSHUi2u-1mlHbuoe2NR6rzBgJhFWEFKR9Pp5_n9rx7em5_vOzbw9MLKQ_YKU2X5qabR-QtEt4ZhNX35F_aSE3FNIHwqMHRAQVSE2n01-X6XrWq-6RRDaIHzFfeDdTNMRhMceqWhf5pcLOXWOUB0vt2ezdMxqJBusimHibn4xfvFLx3nm4I392XKhGFvcUwgjql3jj0JREpZGxv0loYpeuRkuol69nRMKNBZSwK9PTjB17vyUnf8L7mtUiiiRaa_0Qns7eNjnEKiwN2xHUxUc9dirx1Il4_jrs5MSHMy6set0VVFolu-rrseo63SuTZQ5Vvy4zzquY8z1Shii6xogMbGrJ9xDka4Y2uCPwm20NiGpYxlhU5yyvOeZZW6qGQKleiVnWRdyUpMhiEsemiI3X-kvhmldTNl4BBuw7pZ1CEYC4jwNoO-WKO2vnmm7BiEBEgWZs3q_h_-Sn-Rw">