File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ fn main() {
20
20
// FIXME: `rerun-if-changed` directives are not currently emitted and the build script
21
21
// will not rerun on changes in these source files or headers included into them.
22
22
let mut profile_sources = vec ! [
23
+ // tidy-alphabetical-start
23
24
"GCDAProfiling.c" ,
24
25
"InstrProfiling.c" ,
25
26
"InstrProfilingBuffer.c" ,
26
27
"InstrProfilingFile.c" ,
28
+ "InstrProfilingInternal.c" ,
27
29
"InstrProfilingMerge.c" ,
28
30
"InstrProfilingMergeFile.c" ,
29
31
"InstrProfilingNameVar.c" ,
@@ -38,8 +40,7 @@ fn main() {
38
40
"InstrProfilingValue.c" ,
39
41
"InstrProfilingVersionVar.c" ,
40
42
"InstrProfilingWriter.c" ,
41
- // These files were added in LLVM 11.
42
- "InstrProfilingInternal.c" ,
43
+ // tidy-alphabetical-end
43
44
] ;
44
45
45
46
if target_env == "msvc" {
You can’t perform that action at this time.
0 commit comments