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 b51bcc7 commit 8236830Copy full SHA for 8236830
compiler/rustc_codegen_llvm/src/context.rs
@@ -100,11 +100,6 @@ fn to_llvm_tls_model(tls_model: TlsModel) -> llvm::ThreadLocalMode {
100
}
101
102
103
-fn strip_function_ptr_alignment(data_layout: String) -> String {
104
- // FIXME: Make this more general.
105
- data_layout.replace("-Fi8-", "-")
106
-}
107
-
108
fn strip_x86_address_spaces(data_layout: String) -> String {
109
data_layout.replace("-p270:32:32-p271:32:32-p272:64:64-", "-")
110
0 commit comments