This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 1f9a018
Auto merge of rust-lang#130446 - durin42:llvm-20-fix-CommandLineArgs, r=workingjubilee
rustc_llvm: adapt to flattened CLI args in LLVM
This changed in
llvm/llvm-project@e190d07. I decided to stick with more duplication between the ifdef blocks to make the code easier to read for the next two years before we can plausibly drop LLVM 19.
`@rustbot` label: +llvm-main
try-job: x86_64-msvc1 file changed
+19
-1
lines changedLines changed: 19 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
488 | + | ||
489 | + | ||
490 | + | ||
491 | + | ||
492 | + | ||
493 | + | ||
494 | + | ||
495 | + | ||
496 | + | ||
497 | + | ||
498 | + | ||
499 | + | ||
500 | + | ||
501 | + | ||
502 | + | ||
503 | + | ||
488 | 504 |
| |
489 | 505 |
| |
490 | 506 |
| |
| |||
510 | 526 |
| |
511 | 527 |
| |
512 | 528 |
| |
529 | + | ||
513 | 530 |
| |
514 | 531 |
| |
515 | 532 |
| |
| |||
518 | 535 |
| |
519 | 536 |
| |
520 | 537 |
| |
521 | - | ||
538 | + | ||
522 | 539 |
| |
523 | 540 |
| |
524 | 541 |
| |
542 | + | ||
525 | 543 |
| |
526 | 544 |
| |
527 | 545 |
| |
|
0 commit comments