[PATCH] D104363: [llvm] Mark more internal command line optins as cl::Hidden

Timm Bäder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 01:29:41 PDT 2021


tbaeder created this revision.
Herald added subscribers: ormris, dexonsmith, wenlei, lebedev.ri, pengfei, asbirlea, steven_wu, george.burgess.iv, hiraditya.
Herald added a reviewer: lebedev.ri.
tbaeder requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

They otherwise show up in the `--help` output of some llvm tools, e.g. llvm-bcanalyzer. This seems to only happen when the tools are linked against the shared llvm dylib.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104363

Files:
  llvm/lib/Analysis/CFGPrinter.cpp
  llvm/lib/Analysis/CGSCCPassManager.cpp
  llvm/lib/Analysis/CostModel.cpp
  llvm/lib/Analysis/MemorySSA.cpp
  llvm/lib/Analysis/RegionInfo.cpp
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/GlobalISel/Legalizer.cpp
  llvm/lib/CodeGen/MachineStripDebug.cpp
  llvm/lib/IR/SafepointIRVerifier.cpp
  llvm/lib/LTO/LTOBackend.cpp
  llvm/lib/LTO/LTOCodeGenerator.cpp
  llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  llvm/lib/Transforms/IPO/FunctionImport.cpp
  llvm/lib/Transforms/IPO/Internalize.cpp
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
  llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
  llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
  llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  llvm/lib/Transforms/Utils/AddDiscriminators.cpp
  llvm/lib/Transforms/Utils/Debugify.cpp
  llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104363.352370.patch
Type: text/x-patch
Size: 34970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210616/4a9f7901/attachment.bin>


More information about the llvm-commits mailing list