Skip to content

Commit

Permalink
Fix superpmi.py script for asmdiffs (dotnet#39948)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall authored and Jacksondr5 committed Aug 10, 2020
1 parent 11cb12e commit 3ced690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/scripts/superpmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2128,7 +2128,7 @@ def verify_superpmi_common_args():
# yielding
# [0]: ""
# [1]: "\Windows_NT.x64.Checked"
standard_location_split = os.path.dirname(coreclr_args.jit_path).split(os.path.dirname(coreclr_args.product_location))
standard_location_split = os.path.dirname(coreclr_args.base_jit_path).split(os.path.dirname(coreclr_args.product_location))
assert(coreclr_args.host_os in standard_location_split[1])

# Get arch/flavor. Remove leading slash.
Expand Down

0 comments on commit 3ced690

Please sign in to comment.