[PATCH] D56908: gn build: Stop passing -DLLVM_LIBXML2_ENABLED to some targets

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 21 10:59:29 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351758: gn build: Stop passing -DLLVM_LIBXML2_ENABLED to some targets (authored by nico, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56908?vs=182515&id=182813#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56908

Files:
  llvm/trunk/utils/gn/build/libs/xml/BUILD.gn


Index: llvm/trunk/utils/gn/build/libs/xml/BUILD.gn
===================================================================
--- llvm/trunk/utils/gn/build/libs/xml/BUILD.gn
+++ llvm/trunk/utils/gn/build/libs/xml/BUILD.gn
@@ -3,7 +3,6 @@
 
 config("xml_config") {
   visibility = [ ":xml" ]
-  defines = [ "LLVM_LIBXML2_ENABLED" ]
   libs = [ "xml2" ]
   if (host_os == "mac") {
     include_dirs = [ "$mac_sdk_path/usr/include/libxml2" ]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56908.182813.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190121/cc2b4272/attachment.bin>


More information about the llvm-commits mailing list