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

    <tr>
        <th>Summary</th>
        <td>
            Builde failed form source,version LLVM13.0.1
        </td>
    </tr>

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

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

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

<pre>
    error massage:
/llvm/clang/examples/clang-interpreter/main.cpp: In constructor 'llvm::orc::SimpleJIT::SimpleJIT(std::unique_ptr<llvm::TargetMachine>, llvm::DataLayout, std::unique_ptr<llvm::orc::DynamicLibrarySearchGenerator>)':
/llvm/clang/examples/clang-interpreter/main.cpp:69:44: error: no matching function for call to 'llvm::orc::ExecutionSession::ExecutionSession()'
   69 |       : TM(std::move(TM)), DL(std::move(DL)) {
      |                                            ^
In file included from /llvm/llvm/include/llvm/ExecutionEngine/Orc/Layer.h:16,
                 from /llvm/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h:18,
                 from /llvm/llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h:16,
                 from /llvm/clang/examples/clang-interpreter/main.cpp:20:
/llvm/llvm/include/llvm/ExecutionEngine/Orc/Core.h:1304:3: note: candidate: 'llvm::orc::ExecutionSession::ExecutionSession(std::unique_ptr<llvm::orc::ExecutorProcessControl>)'
 1304 |   ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC);
      |   ^~~~~~~~~~~~~~~~
/llvm/llvm/include/llvm/ExecutionEngine/Orc/Core.h:1304:3: note:   candidate expects 1 argument, 0 provided
[138/1246] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueEnumeration.cpp.o
/llvm/lldb/source/Interpreter/OptionValueEnumeration.cpp: In member function 'virtual lldb_private::Status lldb_private::OptionValueEnumeration::SetValueFromString(llvm::StringRef, lldb_private::VarSetOperationType)':
/llvm/lldb/source/Interpreter/OptionValueEnumeration.cpp:65:28: warning: '%s' directive argument is null [-Wformat-overflow=]
   65 |           error_strm.Printf(", %s",
      |           ~~~~~~~~~~~~~~~~~^~~~~~~~
   66 |                             m_enumerations.GetCStringAtIndex(i).GetCString());
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At global scope:
cc1plus: note: unrecognized command-line option '-Wno-vla-extension' may have been intended to silence earlier diagnostics
cc1plus: note: unrecognized command-line option '-Wno-deprecated-register' may have been intended to silence earlier diagnostics

</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJy1V01T4zgQ_TXORRWXY-fzkAM4yRRbUFADy8yNkqW2o11Z8kpyIPvrp2WHOLDJDAyLy4Vjyep-3XqvW2Sab-dgjDakpNbSAoLkLIgWQXQWxCspNyU-mKSqwCc80bKSYJ-H-kI5MJUB_ItjJRUqZFWFFsiFIkwr60zNHNoO4kljC20nZ9qw9set8Ob-uLh7_RpPrePtYK3EPzU8VM4ESdrZuKOmAHdF2VoohLwM4pR0swvq6CXd6tr58V_Z2uNZbBUtBbsUmaFmewvUsPUXUGAoxtA4mWEg_0uCxjP8Mxz6VDXZ9z-Uxj1wPqKC5LViTmhFcsweo1ISp09kcfkErPbf3oK1-DgxGk938BvshJDxjASTlLSX9393dZj4Um8A3_3grLlTsrg88oEf9B-gsfO9bW9xb_tNVzBatquRObmQQIRisubASW50Sbpc7x676W5gH_BSFZ4T8eoaMxSvkAdgwjUCHowxiEOIB9cHnVx8TXVZIewDb9NP87bz9acT0r43svdTNY6OMP79kA20UJPIsz5pCe98uUF-Ky44bV8-SPI3i71dq82N0QxXp1o5o2Wn8jabHu6Oym92dtIyWd6k3npyRCie_5P33J-5IaTbEgJPFTBnyYBgya1LUE1NjUhl9EagPndARueDBBm_GsTDcTBakPNaSO4rWfr9O9HZX2gDS5iWtoHGM3xYXRvmEV28oF56Rf-GlWi56T89mA658J9cVz6ieyprWCrEhAUa3z1fQ_3fxPzM2WlLuy5WQpmB6eoxUmMjjKupJN7yQ2XEpmWu72COutoemTjuZrcIXDOxQqHeOiO8PKcdYduhr5C3Le615Xtq0MB1tTN5t63gZJv6QCrGI18Jpj4pj9QoD7LVahCPcJ8mBDcGt1hsYE8TIixRNXYu5Eb_G_YxbG597Bkml_oxSBbIkq4XjV71i6YpPuD5oQxvMH6XN_0r9jloPcavKt7L5e-TUnufEuAe4_iXPa18gC5zNvwCLm2378xdKA5PGITA3TmYeG7Lx4vC6et3Avzsu4F_5kghdYbysExX3WmSsUEla3tYZWqFlNGFEv9il2e6LLHm9CUWKaKrZ631vynd30jahycHqi27EzwmbcmaItcyAEV851L-pIBHJIt1QzGsWtRIgbrlghZKWyeY_TgODigWhtLjfQOFsI1uPoSmx-cJnyUz2nPCSZg3VRNITnEh92e_kjyrNUXl-PjJ5eX91SAJo3DQq42cr52rfDioYLwL4dZ1FmIUL1tDH8u1r8G-RVhbN7V1NBxMp731HJJpPMmnkyxKaMKGDDiMcz7Mp7M8iqIx70magbRz1DHqTsEjaUx4DY4WPTGPoziOsItEcTQeDkM-4flwMI6zfDYdRTEPhhHgcUKGHkeoTdEz8wZSVhcWJyUm0naT-F-IKBRA4w7t09qttZlTwQxQl21L6DXu5w38HwaP4Dk">