[all-commits] [llvm/llvm-project] 4f1897: Move PassBuilder::registerParseTopLevelPipelineCal...
Hans via All-commits
all-commits at lists.llvm.org
Fri Sep 25 10:56:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4f1897c6f0082ef968547458b1b7b2fba0bf1590
https://github.com/llvm/llvm-project/commit/4f1897c6f0082ef968547458b1b7b2fba0bf1590
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M llvm/include/llvm/Passes/PassBuilder.h
M llvm/lib/Passes/PassBuilder.cpp
Log Message:
-----------
Move PassBuilder::registerParseTopLevelPipelineCallback out-of-line
For some mysterious reason it doesn't build with clang-cl when compiled
as part of the includes in clang's CodeGenAction.cpp
(crbug.com/1132292).
More information about the All-commits
mailing list