File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -431,9 +431,6 @@ auto:
431431 MACOSX_DEPLOYMENT_TARGET : 10.12
432432 MACOSX_STD_DEPLOYMENT_TARGET : 10.12
433433 SELECT_XCODE : /Applications/Xcode_15.2.app
434- NO_LLVM_ASSERTIONS : 1
435- NO_DEBUG_ASSERTIONS : 1
436- NO_OVERFLOW_CHECKS : 1
437434 DIST_REQUIRE_ALL_TOOLS : 1
438435 CODEGEN_BACKENDS : llvm,cranelift
439436 << : *job-macos
@@ -449,9 +446,6 @@ auto:
449446 MACOSX_DEPLOYMENT_TARGET : 10.12
450447 MACOSX_STD_DEPLOYMENT_TARGET : 10.12
451448 SELECT_XCODE : /Applications/Xcode_15.2.app
452- NO_LLVM_ASSERTIONS : 1
453- NO_DEBUG_ASSERTIONS : 1
454- NO_OVERFLOW_CHECKS : 1
455449 << : *job-macos
456450
457451 - name : dist-aarch64-apple
@@ -471,9 +465,6 @@ auto:
471465 # supports the hardware.
472466 MACOSX_DEPLOYMENT_TARGET : 11.0
473467 MACOSX_STD_DEPLOYMENT_TARGET : 11.0
474- NO_LLVM_ASSERTIONS : 1
475- NO_DEBUG_ASSERTIONS : 1
476- NO_OVERFLOW_CHECKS : 1
477468 DIST_REQUIRE_ALL_TOOLS : 1
478469 CODEGEN_BACKENDS : llvm,cranelift
479470 << : *job-macos
@@ -493,9 +484,6 @@ auto:
493484 # supports the hardware, so only need to test it there.
494485 MACOSX_DEPLOYMENT_TARGET : 11.0
495486 MACOSX_STD_DEPLOYMENT_TARGET : 11.0
496- NO_LLVM_ASSERTIONS : 1
497- NO_DEBUG_ASSERTIONS : 1
498- NO_OVERFLOW_CHECKS : 1
499487 << : *job-macos
500488
501489 # #####################
Original file line number Diff line number Diff line change 11//@ known-bug: #120175
22//@ needs-rustc-debug-assertions
3+ //@ ignore-apple (raw-dylib doesn't work on Apple targets yet)
34
45#![ feature( extern_types) ]
56#![ feature( raw_dylib_elf) ]
You can’t perform that action at this time.
0 commit comments