[all-commits] [llvm/llvm-project] d9b9ce: CommandFlags.h - remove unnecessary includes. NFC.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed May 20 02:02:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d9b9ce6c04764275a23cd0cf1856a35aae921af7
https://github.com/llvm/llvm-project/commit/d9b9ce6c04764275a23cd0cf1856a35aae921af7
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M llvm/include/llvm/CodeGen/CommandFlags.h
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp
Log Message:
-----------
CommandFlags.h - remove unnecessary includes. NFC.
Replace with forward declarations and move necessary includes down to source files.
Exposes an implicit dependency on TargetMachine.h in llvm-opt-fuzzer.cpp
Commit: 51446c13f6229561db13718555a1b4993caac209
https://github.com/llvm/llvm-project/commit/51446c13f6229561db13718555a1b4993caac209
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
Log Message:
-----------
SLPVectorizer.h - remove unused CommandLine.h include. NFC
Compare: https://github.com/llvm/llvm-project/compare/e5fc9a3604dc...51446c13f622
More information about the All-commits
mailing list