Skip to content

Commit

Permalink
Add test for dsym
Browse files Browse the repository at this point in the history
Summary: added test cases for different combinations of split_arch_dsym and universal

Reviewed By: milend

Differential Revision: D47861318

fbshipit-source-id: a2da28b9021ed153da63668ee4ae626225b4d476
  • Loading branch information
weih9 authored and facebook-github-bot committed Aug 31, 2023
1 parent 09d7239 commit 36a852b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prelude/apple/apple_universal_executable.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def apple_universal_executable_impl(ctx: AnalysisContext) -> list[Provider]:
executable = binary_outputs.binary,
debug_info = project_artifacts(
actions = ctx.actions,
tsets = [],
tsets = [binary_outputs.debuggable_info.debug_info_tset],
),
action_identifier = ctx.attrs.name + "_dsym",
output_path = dsym_name,
Expand Down

0 comments on commit 36a852b

Please sign in to comment.