Skip to content

Commit

Permalink
Rollup merge of rust-lang#135879 - onur-ozkan:invalid-file-path, r=ji…
Browse files Browse the repository at this point in the history
…eyouxu

fix outdated file path ref in llvm

This was added years ago and is outdated today.
  • Loading branch information
matthiaskrgr authored Jan 22, 2025
2 parents ec84353 + f0dfda1 commit 47b34ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/llvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ impl Step for CrtBeginEnd {
.file(crtbegin_src)
.file(crtend_src);

// Those flags are defined in src/llvm-project/compiler-rt/lib/crt/CMakeLists.txt
// Those flags are defined in src/llvm-project/compiler-rt/lib/builtins/CMakeLists.txt
// Currently only consumer of those objects is musl, which use .init_array/.fini_array
// instead of .ctors/.dtors
cfg.flag("-std=c11")
Expand Down

0 comments on commit 47b34ee

Please sign in to comment.