Less editorializing.

This commit is contained in:
Nick Lewycky
2020-05-20 12:20:44 -07:00
parent b81e241cdf
commit 3c9c214b2c

View File

@@ -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;
}