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:
onur-ozkan
2025-01-22 16:50:15 +03:00
parent 8e59cf95d5
commit f0dfda124d
+1 -1
View File
@@ -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")