[all-commits] [llvm/llvm-project] f02054: [NewPM][HelloWorld] Move HelloWorld to Utils
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Feb 3 13:00:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f02054460137940d66559b0c4e675a86af23439a
https://github.com/llvm/llvm-project/commit/f02054460137940d66559b0c4e675a86af23439a
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M llvm/docs/WritingAnLLVMNewPMPass.rst
R llvm/include/llvm/Transforms/HelloNew/HelloWorld.h
A llvm/include/llvm/Transforms/Utils/HelloWorld.h
M llvm/lib/Passes/CMakeLists.txt
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Transforms/CMakeLists.txt
R llvm/lib/Transforms/HelloNew/CMakeLists.txt
R llvm/lib/Transforms/HelloNew/HelloWorld.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
A llvm/lib/Transforms/Utils/HelloWorld.cpp
M llvm/utils/gn/secondary/llvm/lib/Passes/BUILD.gn
R llvm/utils/gn/secondary/llvm/lib/Transforms/HelloNew/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
Log Message:
-----------
[NewPM][HelloWorld] Move HelloWorld to Utils
To prevent creating a new component, which creates a new library.
Reviewed By: ychen
Differential Revision: https://reviews.llvm.org/D95907
More information about the All-commits
mailing list