Skip to content

Tools: Include Symbols in dependency list #7368

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

Merged
merged 1 commit into from
Jun 30, 2018

Conversation

theotherjimmy
Copy link
Contributor

Description

The root of the problem in #5336 is that "symbols", the build system's
name for things like "device_has", core defines, labels, etc., are not
included in the "profile dump". The profile dump now includes symbols,
so the following changes will now rebuild C, C++ and maybe assembly:

  • devices_has changes
  • targets.json inheritance changes
  • core changes

Pull request type

[x] Fix
[ ] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change

This will make incremental compile more complete, taking device_has and
inheritance hierarchy into account.
to_dump = {
"flags": sorted(self.flags[key]),
"macros": sorted(self.macros),
"symbols": sorted(self.get_symbols(for_asm=(key == "asm"))),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@cmonr
Copy link
Contributor

cmonr commented Jun 29, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Jun 29, 2018

Build : SUCCESS

Build number : 2474
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/7368/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Jun 29, 2018

@mbed-ci
Copy link

mbed-ci commented Jun 29, 2018

@adbridge
Copy link
Contributor

Moved this to 5.9.3 to get some time on master to check stability before taking to a release

@cmonr cmonr merged commit c21a810 into ARMmbed:master Jun 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants