Skip to content

Commit

Permalink
Sort the list of source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Aug 27, 2024
1 parent cb468d7 commit 91d2ecf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions profiler_builtins/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ fn main() {
// FIXME: `rerun-if-changed` directives are not currently emitted and the build script
// will not rerun on changes in these source files or headers included into them.
let mut profile_sources = vec![
// tidy-alphabetical-start
"GCDAProfiling.c",
"InstrProfiling.c",
"InstrProfilingBuffer.c",
"InstrProfilingFile.c",
"InstrProfilingInternal.c",
"InstrProfilingMerge.c",
"InstrProfilingMergeFile.c",
"InstrProfilingNameVar.c",
Expand All @@ -38,8 +40,7 @@ fn main() {
"InstrProfilingValue.c",
"InstrProfilingVersionVar.c",
"InstrProfilingWriter.c",
// These files were added in LLVM 11.
"InstrProfilingInternal.c",
// tidy-alphabetical-end
];

if target_env == "msvc" {
Expand Down

0 comments on commit 91d2ecf

Please sign in to comment.