diff options
author | Kevin Enderby <enderby@apple.com> | 2016-05-23 21:34:12 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2016-05-23 21:34:12 +0000 |
commit | 866cdd590de5c5b172be2735a643d4c36a691193 (patch) | |
tree | 9ebde57bc51564f933b90f5da2e53fed08915b95 /include | |
parent | e3a492d0d02f2c663b3acb20b954c2e5d4a97a60 (diff) |
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely"
to llvm-objdump. This section is created with -fembed-bitcode option.
This requires the use of libxar and the Cmake and lit support were crafted by
Chris Bieneman!
rdar://26202242
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Config/config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index f6b7d386fd9..45b30d9171d 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -322,6 +322,9 @@ /* Define if the setupterm() function is supported this platform. */ #cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO} +/* Define if the xar_open() function is supported this platform. */ +#cmakedefine HAVE_LIBXAR ${HAVE_LIBXAR} + /* Define to 1 if you have the <termios.h> header file. */ #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H} |