Skip to content

Commit

Permalink
fixup! Bump LLVM to 19.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshaoce committed Jan 15, 2025
1 parent f299927 commit e67b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm
Submodule llvm updated 36 files
+1 −1 .github/workflows/libclang-python-tests.yml
+8 −2 .github/workflows/llvm-project-tests.yml
+2 −1 clang/docs/ReleaseNotes.rst
+5 −0 clang/lib/Driver/Driver.cpp
+1 −1 clang/lib/Driver/ToolChains/Hexagon.cpp
+1 −1 clang/lib/Format/UnwrappedLineParser.cpp
+1 −1 clang/lib/Sema/SemaDeclCXX.cpp
+5 −5 clang/test/Driver/hexagon-toolchain-linux.c
+26 −0 clang/test/Driver/modules-print-library-module-manifest-path.cpp
+39 −0 clang/test/Modules/initializer-list-recognition-through-export-and-linkage-issue-118218.cpp
+18 −0 clang/unittests/Format/FormatTest.cpp
+19 −0 clang/unittests/Format/TokenAnnotatorTest.cpp
+1 −1 cmake/Modules/LLVMVersion.cmake
+1 −1 compiler-rt/lib/CMakeLists.txt
+2 −0 compiler-rt/lib/lsan/lsan_interceptors.cpp
+60 −0 compiler-rt/test/sanitizer_common/TestCases/dlsym_alloc.c
+1 −1 libcxx/include/__config
+3 −2 llvm/cmake/modules/Findzstd.cmake
+1 −1 llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
+6 −2 llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+4 −0 llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
+7 −4 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+7 −0 llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
+8 −9 llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+1 −1 llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
+3 −2 llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td
+4 −1 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+46 −0 llvm/test/CodeGen/ARM/scalarize-assert-zext.ll
+22 −0 llvm/test/CodeGen/Hexagon/simple-types-mem.ll
+22 −0 llvm/test/CodeGen/RISCV/rvv/rv32-zve-bitcast-crash.ll
+1 −3 llvm/test/CodeGen/RISCV/rvv/sf_vfnrclip_x_f_qf.ll
+1 −3 llvm/test/CodeGen/RISCV/rvv/sf_vfnrclip_xu_f_qf.ll
+51 −0 llvm/test/Transforms/SLPVectorizer/slp-deleted-inst.ll
+1 −1 llvm/utils/gn/secondary/llvm/version.gni
+1 −1 llvm/utils/lit/lit/__init__.py
+1 −1 llvm/utils/mlgo-utils/mlgo/__init__.py

0 comments on commit e67b7d3

Please sign in to comment.