Skip to content

Conversation

@compnerd
Copy link
Member

@compnerd compnerd commented Mar 8, 2016

What's in this pull request?

Resolved bug number: (SR-)


Before merging this pull request to apple/swift repository:

  • Test pull request on Swift continuous integration.

Triggering Swift CI

The swift-ci is triggered by writing a comment on this PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment that you use. The currently available comments are:

Smoke Testing

Platform Comment
All supported platforms @swift-ci Please smoke test
OS X platform @swift-ci Please smoke test OS X platform
Linux platform @swift-ci Please smoke test Linux platform

Validation Testing

Platform Comment
All supported platforms @swift-ci Please test
OS X platform @swift-ci Please test OS X platform
Linux platform @swift-ci Please test Linux platform

Note: Only members of the Apple organization can trigger swift-ci.

Add a dependency on LLVMCore to satisfy the link dependency. Upstream changes
to the Target structure have caused a missing definition:

Undefined symbols for architecture ...:
"llvm::DataLayout::~DataLayout()", referenced from:
clang::TargetInfo::~TargetInfo() in libclangBasic.a(TargetInfo.cpp.o)

Add a dependency on LLVMCore to satisfy the link dependency.  Upstream changes
to the Target structure have caused a missing definition:

Undefined symbols for architecture ...:
  "llvm::DataLayout::~DataLayout()", referenced from:
      clang::TargetInfo::~TargetInfo() in libclangBasic.a(TargetInfo.cpp.o)
@gottesmm gottesmm self-assigned this Mar 8, 2016
@tkremenek
Copy link
Member

@swift-ci Please smoke test

@gottesmm
Copy link
Contributor

gottesmm commented Mar 9, 2016

@tkremenek This is for master-next. swift-ci does not support it yet.

@gottesmm
Copy link
Contributor

gottesmm commented Mar 9, 2016

I tested this on master-next on my own machine. LGTM.

gottesmm added a commit that referenced this pull request Mar 9, 2016
@gottesmm gottesmm merged commit 0422487 into swiftlang:master-next Mar 9, 2016
@compnerd compnerd deleted the source-core-dependency branch July 3, 2016 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants