[all-commits] [llvm/llvm-project] 855beb: [LTO] Always use opaque pointers mode from config
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 18 02:02:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 855beb1401cc823ab2f7f5c8c369dcc3da22634a
https://github.com/llvm/llvm-project/commit/855beb1401cc823ab2f7f5c8c369dcc3da22634a
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-18 (Wed, 18 Jan 2023)
Changed paths:
M llvm/include/llvm/LTO/Config.h
Log Message:
-----------
[LTO] Always use opaque pointers mode from config
Always use the configured opaque pointers mode, don't check whether
it has already been set through a different means.
Removes the last user of the hasSetOpaquePointersValue() API.
More information about the All-commits
mailing list