[all-commits] [llvm/llvm-project] d7cf7a: [LLD] Remove no-opaque-pointers plugin option
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 25 03:31:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7cf7ab61cd0a257a4d9907c8005ee89c6cf6985
https://github.com/llvm/llvm-project/commit/d7cf7ab61cd0a257a4d9907c8005ee89c6cf6985
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/Driver.cpp
M lld/ELF/LTO.cpp
M lld/ELF/Options.td
M lld/test/ELF/lto/wrap-unreferenced-before-codegen.test
Log Message:
-----------
[LLD] Remove no-opaque-pointers plugin option
We always use opaque pointers. The opaque-pointers option is
retained as a no-op, same as no-lto-legacy-pass-manager.
More information about the All-commits
mailing list