Fix superpmi.py script for asmdiffs (#39948)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 28 Jul 2020 00:12:15 +0000 (17:12 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 00:12:15 +0000 (17:12 -0700)
src/coreclr/scripts/superpmi.py

index fa0f3e2..377af07 100755 (executable)
@@ -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.