[PATCH] D137398: lib/CodeGen: Compile with -fvisibility=hidden when possible

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 15:29:10 PST 2022


tstellar updated this revision to Diff 475297.
tstellar added a comment.
Herald added a subscriber: javed.absar.

Export functions needs for other sub-projects.  Still not enough to run
unittests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137398/new/

https://reviews.llvm.org/D137398

Files:
  llvm/CMakeLists.txt
  llvm/include/llvm/CodeGen/CommandFlags.h
  llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  llvm/include/llvm/CodeGen/MIRParser/MIRParser.h
  llvm/include/llvm/CodeGen/MIRPrinter.h
  llvm/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/include/llvm/CodeGen/MachineDominators.h
  llvm/include/llvm/CodeGen/MachineFrameInfo.h
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/include/llvm/CodeGen/MachineFunctionPass.h
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/include/llvm/CodeGen/MachineModuleInfo.h
  llvm/include/llvm/CodeGen/MachineModuleSlotTracker.h
  llvm/include/llvm/CodeGen/MachineOperand.h
  llvm/include/llvm/CodeGen/MachineRegisterInfo.h
  llvm/include/llvm/CodeGen/NonRelocatableStringpool.h
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/CodeGen/PseudoSourceValue.h
  llvm/include/llvm/CodeGen/SchedulerRegistry.h
  llvm/include/llvm/CodeGen/TargetPassConfig.h
  llvm/include/llvm/IR/BuiltinGCs.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/Target/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137398.475297.patch
Type: text/x-patch
Size: 18101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221114/bfad1ff6/attachment.bin>


More information about the llvm-commits mailing list