From: Bruce Forstall Date: Tue, 28 Jul 2020 00:12:15 +0000 (-0700) Subject: Fix superpmi.py script for asmdiffs (#39948) X-Git-Tag: submit/tizen/20210909.063632~6399 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6d8e8ae67079d37284e8064bb64afd0bfb1e478;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix superpmi.py script for asmdiffs (#39948) --- diff --git a/src/coreclr/scripts/superpmi.py b/src/coreclr/scripts/superpmi.py index fa0f3e2..377af07 100755 --- a/src/coreclr/scripts/superpmi.py +++ b/src/coreclr/scripts/superpmi.py @@ -2128,7 +2128,7 @@ def setup_args(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.