[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*These lit configuration files are really Python source code. Using the.py file extension helps editors and tools use the correct languagemode. LL
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*These lit configuration files are really Python source code. Using the.py file extension helps editors and tools use the correct languagemode. LLVM and Clang already use this convention for lit configuration,this change simply applies it to all of compiler-rt.Reviewers: vitalybuka, dberrisDifferential Revision: https://reviews.llvm.org/D63658llvm-svn: 364591
show more ...
Move libFuzzer to compiler_rt.Resulting library binaries will be named libclang_rt.fuzzer*, and willbe placed in Clang toolchain, allowing redistribution.Differential Revision: https://reviews.l
Move libFuzzer to compiler_rt.Resulting library binaries will be named libclang_rt.fuzzer*, and willbe placed in Clang toolchain, allowing redistribution.Differential Revision: https://reviews.llvm.org/D36908llvm-svn: 311407