mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
Make PIC optional for compilers
This commit is contained in:
@@ -158,6 +158,10 @@ impl CompilerConfig for LLVMConfig {
|
||||
&self.features
|
||||
}
|
||||
|
||||
fn enable_pic(&mut self) {
|
||||
unimplemented!("PIC is not yet implemented in LLVM");
|
||||
}
|
||||
|
||||
/// Gets the target that we will use for compiling
|
||||
/// the WebAssembly module
|
||||
fn target(&self) -> &Target {
|
||||
|
||||
Reference in New Issue
Block a user