This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41d83afa975 [ConstantInt] Check active bits before calling getZExtValue. new 49de0ec2379 [gn build] Add build files for DebugInfo/{DWARF,PDB}, Optio [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../gn/secondary/llvm/lib/DebugInfo/DWARF/BUILD.gn | 38 +++++++ utils/gn/secondary/llvm/lib/DebugInfo/PDB/BUILD.gn | 118 +++++++++++++++++++++ .../llvm/lib/DebugInfo/PDB/enable_dia.gni | 4 + utils/gn/secondary/llvm/lib/Option/BUILD.gn | 12 +++ utils/gn/secondary/llvm/lib/Target/targets.gni | 4 +- .../llvm/lib/ToolDrivers/llvm-lib/BUILD.gn | 20 ++++ .../gn/secondary/llvm/lib/WindowsManifest/BUILD.gn | 11 ++ 7 files changed, 204 insertions(+), 3 deletions(-) create mode 100644 utils/gn/secondary/llvm/lib/DebugInfo/DWARF/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/DebugInfo/PDB/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni create mode 100644 utils/gn/secondary/llvm/lib/Option/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/ToolDrivers/llvm-lib/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/WindowsManifest/BUILD.gn