]> granicus.if.org Git - clang/commit
Convert libCIndex to use the new native EXPORTED_SYMBOL_FILE mechanism.
authorDan Gohman <gohman@apple.com>
Fri, 16 Apr 2010 04:45:02 +0000 (04:45 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 16 Apr 2010 04:45:02 +0000 (04:45 +0000)
commite42e9872f82d8e969593b3143cf9e0fdc294e711
tree3387c1376dd9510d9c1dec4ec3e764c4b19d5eee
parentce487ef6c1ba3b35250ce5bfe053e24e34a854e6
Convert libCIndex to use the new native EXPORTED_SYMBOL_FILE mechanism.

libCIndex also has a CMakeLists.txt file which has its own code for using
the exports file. To preserve existing functionality, create a separate
darwin-specific exports file for use by this CMakeLists.txt code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101440 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CIndex/CIndex.darwin.exports [new file with mode: 0644]
tools/CIndex/CIndex.exports
tools/CIndex/CMakeLists.txt
tools/CIndex/Makefile