<html>
    <head>
      <base href="https://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 --- - OSX - TestCModules failure" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24124&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=BvEg8l26qLILku5KvelvPf-SW76LhGsTAAxthIwY-hQ&s=3MFtw5_SVaIwAf4dqwaCV-csX4zQOQQ38ima0Z5Z100&e=">24124</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>OSX - TestCModules failure
          </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>MacOS X
          </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>ovyalov@google.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>TestCModules is failing on OSX when running "expr @import Darwin; 3":

runCmd: expr @import Darwin; 3
runCmd failed!
error: import of C++ module 'Darwin.machine.types' appears within extern "C"
language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.cdefs' appears within extern "C" language linkage
specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._int8_t' appears within extern "C"
language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._int8_t' appears within extern "C"
language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._int16_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._int16_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._int32_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._int32_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._int64_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._int64_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._intptr_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._intptr_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._uintptr_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._uintptr_t' appears within extern
"C" language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.machine.types' appears within extern "C" language
linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._dev_t' appears within extern "C"
language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._dev_t' appears within extern "C"
language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._mode_t' appears within extern "C"
language linkage specification
extern "C" language linkage specification begins here
import of C++ module 'Darwin.POSIX.sys.types._mode_t' appears within extern "C"
language linkage specification
extern "C" language linkage specification begins here
too many errors emitted, stopping now
could not build module 'Darwin'
error: Couldn't load top-level module Darwin
error: 1 errors parsing expression</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>