We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27155e5 + f0dfda1 commit e1ee038Copy full SHA for e1ee038
src/bootstrap/src/core/build_steps/llvm.rs
@@ -1338,7 +1338,7 @@ impl Step for CrtBeginEnd {
1338
.file(crtbegin_src)
1339
.file(crtend_src);
1340
1341
- // 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
1342
// Currently only consumer of those objects is musl, which use .init_array/.fini_array
1343
// instead of .ctors/.dtors
1344
cfg.flag("-std=c11")
0 commit comments