Skip to content

Commit dd502a3

Browse files
committed
Auto merge of rust-lang#81451 - nikic:llvm-12, r=nagisa
Upgrade to LLVM 12 This implements the necessary adjustments to make rustc work with LLVM 12. I didn't encounter any major issues so far. r? `@cuviper`
2 parents 92226c1 + c291db2 commit dd502a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profiler_builtins/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ fn main() {
2626
"InstrProfilingPlatformWindows.c",
2727
"InstrProfilingUtil.c",
2828
"InstrProfilingValue.c",
29+
"InstrProfilingVersionVar.c",
2930
"InstrProfilingWriter.c",
3031
// This file was renamed in LLVM 10.
3132
"InstrProfilingRuntime.cc",

0 commit comments

Comments
 (0)