[all-commits] [llvm/llvm-project] 3d8391: Revert rGfae7b98c221b5b28797f7b56b656b6b819d99f27 ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Jul 25 02:22:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d83912c0c7be63d24e54792b300f394931a363b
      https://github.com/llvm/llvm-project/commit/3d83912c0c7be63d24e54792b300f394931a363b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M llvm/include/llvm/ADT/SetVector.h
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp
    M mlir/include/mlir/Support/LLVM.h
    M mlir/lib/Analysis/SliceAnalysis.cpp

  Log Message:
  -----------
  Revert rGfae7b98c221b5b28797f7b56b656b6b819d99f27 "[Support] Change SetVector's default template parameter to SmallVector<*, 0>"

This is failing on Windows MSVC builds:
llvm\unittests\Support\ThreadPool.cpp(380): error C2440: 'return': cannot convert from 'Vector' to 'std::vector<llvm::BitVector,std::allocator<llvm::BitVector>>'
        with
        [
            Vector=llvm::SmallVector<llvm::BitVector,0>
        ]




More information about the All-commits mailing list