This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c8706b2 [X86][F16C] Added F16C fast-isel tests to match clang/test/Co [...] new f653fb8 Add auto-exporting of symbols from tools so that plugins work [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: cmake/modules/AddLLVM.cmake | 77 +++++- cmake/modules/HandleLLVMOptions.cmake | 22 +- cmake/modules/LLVMConfig.cmake.in | 1 + lib/Transforms/Hello/CMakeLists.txt | 2 + utils/extract_symbols.py | 488 ++++++++++++++++++++++++++++++++++ 5 files changed, 577 insertions(+), 13 deletions(-) create mode 100755 utils/extract_symbols.py