Skip to content

Cherry-pick follow-ups to D72489 (AT_call_return_pc DWARF emission change) #585

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 4 commits into from
Jan 16, 2020

Conversation

vedantk
Copy link

@vedantk vedantk commented Jan 15, 2020

No description provided.

… Darwin only

See https://bugs.llvm.org/show_bug.cgi?id=44561, these tests are failing
on an aarch64/Linux bot:

http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/builds/655

For some reason the backtrace the tests are expecting to find is
incomplete.

(cherry picked from commit 8d2f252)
This cleanup was suggested by Djordje in D72489.

(cherry picked from commit 4346450)
This should fix a failure on the clang-cmake-armv7-quick bot.

(cherry picked from commit 5aeb679)
@vedantk
Copy link
Author

vedantk commented Jan 15, 2020

@swift-ci test macOS

After extracting, fix up debug info in both the old and new functions by

1) Pointing line locations and debug intrinsics to the new subprogram
   scope, and

2) Deleting intrinsics which point to values outside of the new
   function.

Depends on https://reviews.llvm.org/D72795.

Testing: check-llvm, check-clang, a build of LNT in the `-Os -g` config
with "-mllvm -hot-cold-split=1" set, and end-to-end debugging of a toy
program which undergoes splitting to verify that lldb can find
variables, single step, etc. in extracted code.

rdar://45507940

Differential Revision: https://reviews.llvm.org/D72801

(cherry picked from commit 360abb7)
@vedantk
Copy link
Author

vedantk commented Jan 15, 2020

Weird. Everything got "kill: -9"'d on the last run.

@shahmishal @hyp -

$ curl https://ci.swift.org/job/apple-llvm-project-pr-macos/623/consoleText | grep "\-9"
...
error: command failed with exit status: -9

@vedantk
Copy link
Author

vedantk commented Jan 15, 2020

@swift-ci test macOS

@vedantk vedantk merged commit a7c1aee into swiftlang:apple/stable/20200108 Jan 16, 2020
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.

1 participant