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 bf843eb commit eed3619Copy full SHA for eed3619
src/librustc_codegen_llvm/llvm_util.rs
@@ -61,7 +61,7 @@ unsafe fn configure_llvm(sess: &Session) {
61
if sess.opts.debugging_opts.disable_instrumentation_preinliner {
62
add("-disable-preinline");
63
}
64
- if llvm::LLVMRustIsRustLLVM() {
+ if get_major_version() >= 8 {
65
match sess.opts.debugging_opts.merge_functions
66
.unwrap_or(sess.target.target.options.merge_functions) {
67
MergeFunctions::Disabled |
0 commit comments