OSDN Git Service

Fix the bug that parseAAPipeline is not invoked in runNewPMPasses in release compiler.
authorDehao Chen <dehao@google.com>
Wed, 2 Aug 2017 03:03:19 +0000 (03:03 +0000)
committerDehao Chen <dehao@google.com>
Wed, 2 Aug 2017 03:03:19 +0000 (03:03 +0000)
commitb929c3e6e4f20170cb8427ca63236a1563ac4a4b
tree128b119f7bcd910d378abc6c8e7ec4338b8ba933
parentf7a9c73f74592809d1b298d4a608da25c88df17b
Fix the bug that parseAAPipeline is not invoked in runNewPMPasses in release compiler.

Summary: The logic is guarded by "assert".

Reviewers: davidxl, davide, chandlerc

Reviewed By: davide, chandlerc

Subscribers: sanjoy, llvm-commits, mehdi_amini

Differential Revision: https://reviews.llvm.org/D36195

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309787 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LTO/Config.h
lib/LTO/LTOBackend.cpp
test/tools/llvm-lto2/X86/pipeline.ll
tools/llvm-lto2/llvm-lto2.cpp