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:
parent
8e59cf95d5
commit
f0dfda124d
1 changed files with 1 additions and 1 deletions
|
@ -1338,7 +1338,7 @@ impl Step for CrtBeginEnd {
|
|||
.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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue