<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - error: looser throw specifier for ‘virtual lldb_private::JSONNumber::~JSONNumber()’ while compiling lldb"
   href="http://llvm.org/bugs/show_bug.cgi?id=22817">22817</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>error: looser throw specifier for ‘virtual lldb_private::JSONNumber::~JSONNumber()’ while compiling lldb
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>andreas@fink.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>check out from svn llvm clang lldb compiler-rt extra

cmake ../llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=all

make

results in:

[ 80%] Built target clang-tidy
[ 80%] Built target clangQuery
[ 80%] Built target clang-query
[ 80%] Built target pp-trace
[ 80%] Built target tool-template
[ 80%] Building CXX object
tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/JSON.cpp.o
In file included from
/Users/afink/development/svn/llvm/tools/lldb/source/Utility/JSON.cpp:10:0:
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:86:9:
error: looser throw specifier for ‘virtual
lldb_private::JSONString::~JSONString()’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:55:9:
error:   overriding ‘virtual lldb_private::JSONValue::~JSONValue() noexcept
(true)’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:120:9:
error: looser throw specifier for ‘virtual
lldb_private::JSONNumber::~JSONNumber()’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:55:9:
error:   overriding ‘virtual lldb_private::JSONValue::~JSONValue() noexcept
(true)’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:146:9:
error: looser throw specifier for ‘virtual lldb_private::JSONTrue::~JSONTrue()’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:55:9:
error:   overriding ‘virtual lldb_private::JSONValue::~JSONValue() noexcept
(true)’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:169:9:
error: looser throw specifier for ‘virtual
lldb_private::JSONFalse::~JSONFalse()’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:55:9:
error:   overriding ‘virtual lldb_private::JSONValue::~JSONValue() noexcept
(true)’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:192:9:
error: looser throw specifier for ‘virtual lldb_private::JSONNull::~JSONNull()’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:55:9:
error:   overriding ‘virtual lldb_private::JSONValue::~JSONValue() noexcept
(true)’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:222:9:
error: looser throw specifier for ‘virtual
lldb_private::JSONObject::~JSONObject()’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:55:9:
error:   overriding ‘virtual lldb_private::JSONValue::~JSONValue() noexcept
(true)’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:270:9:
error: looser throw specifier for ‘virtual
lldb_private::JSONArray::~JSONArray()’
/Users/afink/development/svn/llvm/tools/lldb/include/lldb/Utility/JSON.h:55:9:
error:   overriding ‘virtual lldb_private::JSONValue::~JSONValue() noexcept
(true)’
cc1plus: warning: unrecognized command line option "-Wno-deprecated-register"
[enabled by default]
make[2]: *** [tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/JSON.cpp.o]
Error 1
make[1]: *** [tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/all] Error 2
make: *** [all] Error 2</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>