mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 19:28:22 +00:00
Less editorializing.
This commit is contained in:
@@ -164,8 +164,8 @@ impl CompilerConfig for LLVMConfig {
|
||||
|
||||
/// Emit code suitable for dlopen.
|
||||
fn enable_pic(&mut self) {
|
||||
// TODO: although we can emit PIC easily enough, the object file parser
|
||||
// does not yet support all the relocations.
|
||||
// TODO: although we can emit PIC, the object file parser does not yet
|
||||
// support all the relocations.
|
||||
self.is_pic = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user