Commit 869c258
authored
Integrate llvm/llvm-project@99045b60b575 to fix bazel build. (#2677)
be3e74b
breaks bazel in post-submit. The revision bumps it to include the bazel
fix.1 parent be3e74b commit 869c258
1 file changed
+1
-1
lines changedSubmodule llvm-project updated 93 files
- compiler-rt/lib/builtins/CMakeLists.txt+2-2
- compiler-rt/lib/builtins/cpu_model/aarch64.c+145
- compiler-rt/lib/builtins/cpu_model/aarch64/fmv/android.inc+36
- compiler-rt/lib/builtins/cpu_model/aarch64/fmv/apple.inc+69
- compiler-rt/lib/builtins/cpu_model/aarch64/fmv/freebsd.inc+27
- compiler-rt/lib/builtins/cpu_model/aarch64/fmv/fuchsia.inc+22
- compiler-rt/lib/builtins/cpu_model/aarch64/fmv/mrs.inc+375
- compiler-rt/lib/builtins/cpu_model/aarch64/fmv/sysauxv.inc+21
- compiler-rt/lib/builtins/cpu_model/aarch64/fmv/unimplemented.inc+8
- compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/android.inc+27
- compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/freebsd.inc+5
- compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/fuchsia.inc+12
- compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/sysauxv.inc+6
- compiler-rt/lib/builtins/cpu_model/cpu_model.h+41
- compiler-rt/lib/builtins/cpu_model/x86.c+30-616
- libc/config/baremetal/arm/entrypoints.txt+4-1
- libc/config/baremetal/riscv/entrypoints.txt+3
- libc/config/linux/aarch64/entrypoints.txt+5-2
- libc/config/linux/arm/entrypoints.txt+2-2
- libc/config/linux/riscv/entrypoints.txt+3
- libc/config/linux/x86_64/entrypoints.txt+3
- libc/src/CMakeLists.txt+2-1
- libc/src/compiler/CMakeLists.txt+18
- libc/src/compiler/__stack_chk_fail.h+20
- libc/src/compiler/generic/CMakeLists.txt+11
- libc/src/compiler/generic/__stack_chk_fail.cpp+20
- libc/startup/linux/x86_64/start.cpp-5
- libc/test/integration/src/unistd/CMakeLists.txt+1
- libc/test/src/CMakeLists.txt+2-1
- libc/test/src/compiler/CMakeLists.txt+14
- libc/test/src/compiler/stack_chk_guard_test.cpp+25
- libcxx/docs/FeatureTestMacroTable.rst+1-1
- libcxx/docs/ImplementationDefinedBehavior.rst+23
- libcxx/docs/ReleaseNotes/18.rst+2
- libcxx/docs/Status/Cxx23Papers.csv+2-2
- libcxx/docs/Status/FormatIssues.csv+2-2
- libcxx/docs/Status/FormatPaper.csv+1-1
- libcxx/include/__availability+9
- libcxx/include/fstream+2
- libcxx/include/ostream+159
- libcxx/include/print+9-5
- libcxx/include/version+1-1
- libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist+1
- libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist+1
- libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist+1
- libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist+1
- libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist+2-1
- libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist+1
- libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist+1
- libcxx/modules/std/ostream.inc+3-2
- libcxx/src/CMakeLists.txt+1
- libcxx/src/ostream.cpp+42
- libcxx/src/std_stream.h+2
- libcxx/test/libcxx/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/vprint_unicode.pass.cpp+165
- libcxx/test/libcxx/transitive_includes/cxx03.csv+7-4
- libcxx/test/libcxx/transitive_includes/cxx11.csv+7-4
- libcxx/test/libcxx/transitive_includes/cxx14.csv+7-4
- libcxx/test/libcxx/transitive_includes/cxx17.csv+7-4
- libcxx/test/libcxx/transitive_includes/cxx20.csv+7-4
- libcxx/test/libcxx/transitive_includes/cxx23.csv+8-4
- libcxx/test/libcxx/transitive_includes/cxx26.csv+8-4
- libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/locale-specific_form.pass.cpp+2.2k
- libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/print.pass.cpp+193
- libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/print_tests.h+83
- libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/println.pass.cpp+63
- libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/vprint_nonunicode.pass.cpp+209
- libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/vprint_unicode.pass.cpp+208
- libcxx/test/std/language.support/support.limits/support.limits.general/ostream.version.compile.pass.cpp+10-22
- libcxx/test/std/language.support/support.limits/support.limits.general/print.version.compile.pass.cpp+10-22
- libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp+10-22
- libcxx/utils/generate_feature_test_macro_components.py-1
- libcxx/utils/libcxx/test/features.py+9
- lld/test/MachO/flat-namespace-dysyms.s+1-1
- llvm/docs/FatLTO.rst+37
- llvm/include/llvm/CodeGen/CodeGenPassBuilder.h+1
- llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h+2
- llvm/include/llvm/MC/MCAsmInfo.h+2-1
- llvm/include/llvm/MC/MCTargetOptions.h+2
- llvm/include/llvm/Support/CommandLine.h+20-7
- llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp+1
- llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp+7
- llvm/lib/CodeGen/TargetPassConfig.cpp+1
- llvm/lib/MC/MCContext.cpp+10-4
- llvm/lib/Support/CommandLine.cpp+24-55
- llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp+1
- llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp+33-2
- llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp+6
- llvm/lib/Target/SystemZ/SystemZISelLowering.cpp+10
- llvm/lib/Target/SystemZ/SystemZISelLowering.h+2-6
- llvm/test/CodeGen/SystemZ/zos-landingpad.ll+41
- llvm/unittests/Support/CommandLineTest.cpp+27
- openmp/runtime/test/ompt/callback.h+4-7
- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel+1
0 commit comments