We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb468d7 commit 91d2ecfCopy full SHA for 91d2ecf
profiler_builtins/build.rs
@@ -20,10 +20,12 @@ fn main() {
20
// FIXME: `rerun-if-changed` directives are not currently emitted and the build script
21
// will not rerun on changes in these source files or headers included into them.
22
let mut profile_sources = vec![
23
+ // tidy-alphabetical-start
24
"GCDAProfiling.c",
25
"InstrProfiling.c",
26
"InstrProfilingBuffer.c",
27
"InstrProfilingFile.c",
28
+ "InstrProfilingInternal.c",
29
"InstrProfilingMerge.c",
30
"InstrProfilingMergeFile.c",
31
"InstrProfilingNameVar.c",
@@ -38,8 +40,7 @@ fn main() {
38
40
"InstrProfilingValue.c",
39
41
"InstrProfilingVersionVar.c",
42
"InstrProfilingWriter.c",
- // These files were added in LLVM 11.
- "InstrProfilingInternal.c",
43
+ // tidy-alphabetical-end
44
];
45
46
if target_env == "msvc" {
0 commit comments