diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-03 19:47:19 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-03 19:47:19 +0000 |
commit | 46e6bcf3aca5496e51993dff0d3be2c0b45e4a8f (patch) | |
tree | 2ef5599c78b90f942b81412d8542865f12537f9c /Makefile.config.in | |
parent | 82120023861a85427f436dcb6f21a741e32a7896 (diff) |
Add support for detecting libxml for Dmitri's work. He'll
commit code in clang that uses this shortly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 6a35ae1a7d..e644c03a78 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -347,6 +347,10 @@ LLVM_HAS_POLLY = @LLVM_HAS_POLLY@ # bfd ld / gold --version-script=file HAVE_LINK_VERSION_SCRIPT = @HAVE_LINK_VERSION_SCRIPT@ +# Flags to control using libxml2 +LIBXML2_LIBS := @LIBXML2_LIBS@ +LIBXML2_INC := @LIBXML2_INC@ + # Flags to control building support for Intel JIT Events API USE_INTEL_JITEVENTS := @USE_INTEL_JITEVENTS@ INTEL_JITEVENTS_INCDIR := @INTEL_JITEVENTS_INCDIR@ |