[all-commits] [llvm/llvm-project] 4013ba: [NFC][ThinLTO] EmbedBitcodeSection doesn't need th...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Tue Sep 8 17:15:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4013bab9c4a5fe634be6271779a99bc158c3e396
https://github.com/llvm/llvm-project/commit/4013bab9c4a5fe634be6271779a99bc158c3e396
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-09-08 (Tue, 08 Sep 2020)
Changed paths:
M llvm/lib/LTO/LTOBackend.cpp
Log Message:
-----------
[NFC][ThinLTO] EmbedBitcodeSection doesn't need the Config
Instead, passing in the command line options, initialized to nullptr. In
an upcoming patch, we can then use the parameter to pass actual command
line options.
Differential Revision: https://reviews.llvm.org/D87336
More information about the All-commits
mailing list