File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
; PR46647
7
7
; XFAIL: arm64-apple
8
8
9
- ; .debug_frame is not emitted for targeting Windows x64.
9
+ ; .debug_frame is not emitted for targeting Windows x64 or arm64 .
10
10
; REQUIRES: debug_frame
11
11
; REQUIRES: default_triple
12
12
Original file line number Diff line number Diff line change @@ -370,8 +370,8 @@ def have_ld64_plugin_support():
370
370
if 'hw.optional.fma: 1' in result :
371
371
config .available_features .add ('fma3' )
372
372
373
- # .debug_frame is not emitted for targeting Windows x64.
374
- if not re .match (r'^x86_64.*-(windows-gnu|windows-msvc)' , config .target_triple ):
373
+ # .debug_frame is not emitted for targeting Windows x64 or arm64 .
374
+ if not re .match (r'^( x86_64|arm64) .*-(windows-gnu|windows-msvc)' , config .target_triple ):
375
375
config .available_features .add ('debug_frame' )
376
376
377
377
if config .have_libxar :
You can’t perform that action at this time.
0 commit comments