Skip to content

Commit 91d2ecf

Browse files
committed
Sort the list of source files
1 parent cb468d7 commit 91d2ecf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: profiler_builtins/build.rs

+3-2
Original file line numberDiff line numberDiff 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" {

0 commit comments

Comments
 (0)