mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
fix outdated file path ref in llvm
This was added years ago and is outdated today. Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
@@ -1338,7 +1338,7 @@ fn run(self, builder: &Builder<'_>) -> Self::Output {
|
||||
.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")
|
||||
|
||||
Reference in New Issue
Block a user