[PATCH] D56374: [gn build] Add build files for llvm/lib/Target/WebAssembly + tests

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 6 17:55:28 PST 2019


thakis created this revision.
thakis added a reviewer: phosek.
Herald added subscribers: sunfish, aheejin, hiraditya, kristof.beyls, jgravelle-google, sbc100, javed.absar, dschuff.

The WebAssembly target itself is similar to the X86 target in https://reviews.llvm.org/rL348903
The unittests bits are similar to the corresponding AArch64 in https://reviews.llvm.org/rL350499

The motivation for this target is solely that it has a unit test and I want to enable the GN<->CMake unittest syncing check for llvm. (After this, only the PowerPC target is needed and I can turn it on.)


https://reviews.llvm.org/D56374

Files:
  llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/AsmParser/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/Disassembler/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/InstPrinter/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/MCTargetDesc/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/TargetInfo/BUILD.gn
  llvm/utils/gn/secondary/llvm/lib/Target/targets.gni
  llvm/utils/gn/secondary/llvm/unittests/BUILD.gn
  llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn
  llvm/utils/gn/secondary/llvm/unittests/Target/WebAssembly/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56374.180427.patch
Type: text/x-patch
Size: 11724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190107/248bf453/attachment-0001.bin>


More information about the llvm-commits mailing list