Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition flag.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 7 Jun 2019 19:10:08 +0000 (19:10 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 7 Jun 2019 19:10:08 +0000 (19:10 +0000)
commite08e68de213008246cc2dba029cdff0548693b2c
tree33b369e7293406ad72dd326410e4dd1608574747
parentef57e50bd2b8151e06a459432838610c172d0512
Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition flag.

Differential Revision: https://reviews.llvm.org/D62636

llvm-svn: 362829
clang/include/clang/Basic/CodeGenOptions.h
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGenCXX/symbol-partition.cpp [new file with mode: 0644]
clang/test/Driver/symbol-partition.c [new file with mode: 0644]