diff options
author | Teresa Johnson <tejohnson@google.com> | 2015-10-15 13:41:51 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2015-10-15 13:41:51 +0000 |
commit | fca505c67434ab72a20e94ae9f0fe2dc0cfc387c (patch) | |
tree | 1a62d7001a024d37f67dab474da1525a47e3ffc2 /clang/lib/CodeGen | |
parent | d7bae451de6df3e925efccc2abaeb2df9d402529 (diff) | |
download | bcm5719-llvm-fca505c67434ab72a20e94ae9f0fe2dc0cfc387c.tar.gz bcm5719-llvm-fca505c67434ab72a20e94ae9f0fe2dc0cfc387c.zip |
Revert "Clang support for -flto=thin." (bot failures)
Rolling this back for now since there are a couple of bot failures on
the new tests I added, and I won't have a chance to look at them in detail
until later this afternoon. I think the new tests need some restrictions on
having the gold plugin available.
This reverts commit r250398.
llvm-svn: 250402
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/BackendUtil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp index 682ec8f36fc..3ba0f80c93f 100644 --- a/clang/lib/CodeGen/BackendUtil.cpp +++ b/clang/lib/CodeGen/BackendUtil.cpp @@ -605,8 +605,8 @@ void EmitAssemblyHelper::EmitAssembly(BackendAction Action, break; case Backend_EmitBC: - getPerModulePasses()->add(createBitcodeWriterPass( - *OS, CodeGenOpts.EmitLLVMUseLists, CodeGenOpts.EmitFunctionSummary)); + getPerModulePasses()->add( + createBitcodeWriterPass(*OS, CodeGenOpts.EmitLLVMUseLists)); break; case Backend_EmitLL: |