[PATCH] D55591: [gn build] Add build files for DebugInfo/{DWARF, PDB}, Option, ToolDrivers/llvm-lib, and WindowsManifest

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 11 18:00:30 PST 2018


thakis created this revision.
thakis added a reviewer: phosek.
Herald added subscribers: JDevlieghere, hiraditya.

These are the remaining build files needed for building lld. Mostly boring.

The diff in targets.gni is due to me running `gn format` on all gn(i) files.

llvm_enable_dia_sdk is in a gni file because I'm going to have to read it when writing the lit invocations for check-llvm and check-lld. I've never had the DIA sdk installed locally so I never tested building with it enabled -- it probably doesn't Just Work and needs some path to diaguids.lib. We can finish that once somebody needs it.


https://reviews.llvm.org/D55591

Files:
  llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni
  llvm/utils/gn/secondary/llvm/lib/Option/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/Target/targets.gni
  llvm/utils/gn/secondary/llvm/lib/ToolDrivers/llvm-lib/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/WindowsManifest/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55591.177807.patch
Type: text/x-patch
Size: 7481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181212/6782bea5/attachment-0001.bin>


More information about the llvm-commits mailing list