Skip to content

Commit f0dfda1

Browse files
committed
fix outdated file path ref in llvm
This was added years ago and is outdated today. Signed-off-by: onur-ozkan <[email protected]>
1 parent 8e59cf9 commit f0dfda1

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)