Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX - TestCModules failure #24498

Open
llvmbot opened this issue Jul 15, 2015 · 0 comments
Open

OSX - TestCModules failure #24498

llvmbot opened this issue Jul 15, 2015 · 0 comments
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 15, 2015

Bugzilla Link 24124
Version unspecified
OS MacOS X
Reporter LLVM Bugzilla Contributor

Extended Description

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

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

1 participant