Skip to content

Commit aaeb40a

Browse files
committed
profiler_builtins: Add missing ProfilingNameVar file to the profiler build.
Otherwise opt builds with pgo-gen fail, d'oh. Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
1 parent e2183d3 commit aaeb40a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libprofiler_builtins/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ fn main() {
2727
"InstrProfilingFile.c",
2828
"InstrProfilingMerge.c",
2929
"InstrProfilingMergeFile.c",
30+
"InstrProfilingNameVar.c",
3031
"InstrProfilingPlatformDarwin.c",
3132
"InstrProfilingPlatformLinux.c",
3233
"InstrProfilingPlatformOther.c",

0 commit comments

Comments
 (0)