File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ fn main() {
2020 // FIXME: `rerun-if-changed` directives are not currently emitted and the build script
2121 // will not rerun on changes in these source files or headers included into them.
2222 let mut profile_sources = vec ! [
23+ // tidy-alphabetical-start
2324 "GCDAProfiling.c" ,
2425 "InstrProfiling.c" ,
2526 "InstrProfilingBuffer.c" ,
2627 "InstrProfilingFile.c" ,
28+ "InstrProfilingInternal.c" ,
2729 "InstrProfilingMerge.c" ,
2830 "InstrProfilingMergeFile.c" ,
2931 "InstrProfilingNameVar.c" ,
@@ -38,8 +40,7 @@ fn main() {
3840 "InstrProfilingValue.c" ,
3941 "InstrProfilingVersionVar.c" ,
4042 "InstrProfilingWriter.c" ,
41- // These files were added in LLVM 11.
42- "InstrProfilingInternal.c" ,
43+ // tidy-alphabetical-end
4344 ] ;
4445
4546 if target_env == "msvc" {
You can’t perform that action at this time.
0 commit comments