Skip to content

Commit e1ee038

Browse files
authored
Rollup merge of #135879 - onur-ozkan:invalid-file-path, r=jieyouxu
fix outdated file path ref in llvm This was added years ago and is outdated today.
2 parents 27155e5 + f0dfda1 commit e1ee038

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ impl Step for CrtBeginEnd {
13381338
.file(crtbegin_src)
13391339
.file(crtend_src);
13401340

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

0 commit comments

Comments
 (0)