]> granicus.if.org Git - clang/commit
Revert "[LTO] Enable module summary emission by default for regular LTO"
authorTobias Edler von Koch <tobias@codeaurora.org>
Thu, 21 Jun 2018 21:24:30 +0000 (21:24 +0000)
committerTobias Edler von Koch <tobias@codeaurora.org>
Thu, 21 Jun 2018 21:24:30 +0000 (21:24 +0000)
commit16a4b693139b7675bf95e82b436fe386988d577c
treee85c28a36e1ab7508c6feeef3a65934c84788ae1
parent72c90200a6e12dea433ab55f338412374da8e5f1
Revert "[LTO] Enable module summary emission by default for regular LTO"

This is breaking a couple of buildbots. We need to run the
NameAnonGlobal pass for regular LTO now as well (since we're producing a
summary). I'll post a separate patch for review to make this happen and
then re-commit.

This reverts commit c0759b7b1f4a81ff9021b952aa38a222d5fa4dfd.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335291 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/emit-summary-index.c [deleted file]
test/Misc/thinlto.c [new file with mode: 0644]