[lldb-dev] [Bug 24124] New: OSX - TestCModules failure
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 14 16:18:10 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24124
Bug ID: 24124
Summary: OSX - TestCModules failure
Product: lldb
Version: unspecified
Hardware: PC
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: ovyalov at google.com
Classification: Unclassified
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150714/d77b6abb/attachment.html>
More information about the lldb-dev
mailing list