amilendra updated this revision to Diff 329380. amilendra added a comment. Herald added subscribers: llvm-commits, libcxx-commits, openmp-commits, lldb-commits, Sanitizers, jansvoboda11, frasercrmck, dexonsmith, ecnelises, wenlei, dang, jdoerfert, sstefan1, omjavaid, jvesely, phosek, kerbowa, luismarques, apazos, sameer.abuasal, usaxena95, pengfei, s.egerton, Jim, asbirlea, ormris, mstorsjo, kadircet, jocewei, rupprecht, PkmX, jfb, arphaman, the_o, brucehoult, MartinMosbeck, rogfer01, steven_wu, mgrang, edward-jones, george.burgess.iv, zzheng, MaskRay, jrtc27, martong, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, kbarton, aheejin, hiraditya, fedor.sergeev, eraman, arichardson, sbc100, mgorny, nhaehnle, nemanjai, emaste, arsenm, MatzeB. Herald added a reviewer: deadalnix. Herald added a reviewer: shafik. Herald added a reviewer: jdoerfert. Herald added a reviewer: jhenderson. Herald added a reviewer: MaskRay. Herald added projects: Sanitizers, LLDB, libc++, OpenMP, libc++abi, libunwind, LLVM. Herald added a reviewer: libc++. Herald added a reviewer: libc++abi. Herald added a reviewer: libunwind.
- Fix test failures after a92ceea91116e7b95d23eff634507fa2cff86ef2 <https://reviews.llvm.org/rGa92ceea91116e7b95d23eff634507fa2cff86ef2> - [libc++] Fix extern template test failing on Windows - [libc++] Fix extern-templates.sh.cpp test on Linux - [release][docs] List all cores Arm has added support for in LLVM 12. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98255/new/ https://reviews.llvm.org/D98255 Files: .github/workflows/clang-tests.yml .github/workflows/libclang-abi-tests.yml .github/workflows/libclc-tests.yml .github/workflows/lld-tests.yml .github/workflows/lldb-tests.yml .github/workflows/llvm-tests.yml .github/workflows/main-branch-sync.yml clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.h clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp clang-tools-extra/clangd/ClangdLSPServer.cpp clang-tools-extra/clangd/Config.h clang-tools-extra/clangd/ConfigCompile.cpp clang-tools-extra/clangd/ConfigFragment.h clang-tools-extra/clangd/ConfigYAML.cpp clang-tools-extra/clangd/GlobalCompilationDatabase.cpp clang-tools-extra/clangd/ParsedAST.cpp clang-tools-extra/clangd/Protocol.cpp clang-tools-extra/clangd/TidyProvider.cpp clang-tools-extra/clangd/refactor/Rename.cpp clang-tools-extra/clangd/support/CMakeLists.txt clang-tools-extra/clangd/support/Function.h clang-tools-extra/clangd/support/Path.cpp clang-tools-extra/clangd/support/Path.h clang-tools-extra/clangd/unittests/CMakeLists.txt clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp clang-tools-extra/clangd/unittests/RenameTests.cpp clang-tools-extra/clangd/unittests/TidyProviderTests.cpp clang-tools-extra/clangd/unittests/support/PathTests.cpp clang-tools-extra/docs/ReleaseNotes.rst clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-prefer-member-initializer.rst clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer-modernize-use-default-member-init-assignment.cpp clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer-modernize-use-default-member-init.cpp clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer.cpp clang-tools-extra/unittests/clang-tidy/CMakeLists.txt clang/docs/ReleaseNotes.rst clang/include/clang/AST/ASTContext.h clang/include/clang/AST/DeclCXX.h clang/include/clang/AST/Mangle.h clang/include/clang/AST/MangleNumberingContext.h clang/include/clang/AST/RecursiveASTVisitor.h clang/include/clang/ASTMatchers/ASTMatchers.h clang/include/clang/Basic/CodeGenOptions.def clang/include/clang/Basic/CodeGenOptions.h clang/include/clang/Driver/Options.td clang/include/clang/Lex/VariadicMacroSupport.h clang/include/clang/Sema/Sema.h clang/lib/AST/ASTImporter.cpp clang/lib/AST/CXXABI.h clang/lib/AST/DeclCXX.cpp clang/lib/AST/ExprConstant.cpp clang/lib/AST/ItaniumCXXABI.cpp clang/lib/AST/ItaniumMangle.cpp clang/lib/AST/MicrosoftCXXABI.cpp clang/lib/ASTMatchers/ASTMatchFinder.cpp clang/lib/ASTMatchers/ASTMatchersInternal.cpp clang/lib/Basic/ProfileList.cpp clang/lib/Basic/Targets/PPC.cpp clang/lib/Basic/Targets/RISCV.cpp clang/lib/CodeGen/CGBuiltin.cpp clang/lib/CodeGen/CGCUDANV.cpp clang/lib/CodeGen/CGCall.cpp clang/lib/CodeGen/CodeGenFunction.h clang/lib/Driver/ToolChains/Arch/RISCV.cpp clang/lib/Driver/ToolChains/Clang.cpp clang/lib/Driver/ToolChains/CommonArgs.cpp clang/lib/Driver/ToolChains/Linux.cpp clang/lib/Driver/ToolChains/OpenBSD.cpp clang/lib/Format/UnwrappedLineFormatter.cpp clang/lib/Frontend/CompilerInvocation.cpp clang/lib/Headers/avx512fintrin.h clang/lib/Lex/Preprocessor.cpp clang/lib/Lex/TokenLexer.cpp clang/lib/Parse/ParseDecl.cpp clang/lib/Sema/Sema.cpp clang/lib/Sema/SemaCodeComplete.cpp clang/lib/Sema/SemaDecl.cpp clang/lib/Sema/SemaExpr.cpp clang/lib/Sema/SemaLambda.cpp clang/lib/Sema/SemaOpenMP.cpp clang/lib/Sema/TreeTransform.h clang/lib/Serialization/ASTReaderDecl.cpp clang/lib/Serialization/ASTWriter.cpp clang/test/CodeCompletion/function-overloads.cpp clang/test/CodeCompletion/member-access.c clang/test/CodeGen/X86/avx512-reduceIntrin.c clang/test/CodeGen/altivec.c clang/test/CodeGen/attr-mustprogress-0.c clang/test/CodeGen/attr-mustprogress-0.cpp clang/test/CodeGen/attr-mustprogress-1.c clang/test/CodeGen/attr-mustprogress-1.cpp clang/test/CodeGen/attr-mustprogress.c clang/test/CodeGen/complex-builtins.c clang/test/CodeGen/complex-libcalls.c clang/test/CodeGen/enable_if.c clang/test/CodeGen/function-attributes.c clang/test/CodeGen/profile-filter.c clang/test/CodeGen/pseudo-probe-emit.c clang/test/CodeGenCUDA/unnamed-types.cu clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp clang/test/CodeGenCXX/attr-mustprogress.cpp clang/test/CodeGenCXX/builtin-is-constant-evaluated.cpp clang/test/CodeGenCXX/clang-abi-compat.cpp clang/test/CodeGenCXX/debug-info-gline-tables-only-codeview.cpp clang/test/CodeGenCXX/enable_if.cpp clang/test/CodeGenCXX/mangle-abi-tag.cpp clang/test/CodeGenCXX/mangle-alignof.cpp clang/test/CodeGenCXX/mangle-concept.cpp clang/test/CodeGenCXX/mangle-template.cpp clang/test/CodeGenCXX/mangle.cpp clang/test/CodeGenCXX/matrix-type.cpp clang/test/CodeGenCXX/microsoft-uuidof-mangling.cpp clang/test/Driver/linux-ld.c clang/test/Driver/openbsd.cpp clang/test/Driver/ppc-f128-support-check.c clang/test/Driver/pseudo-probe-lto.c clang/test/Driver/riscv-arch.c clang/test/Frontend/fixed_point_unary.c clang/test/OpenMP/nvptx_allocate_messages.cpp clang/test/OpenMP/nvptx_target_exceptions_messages.cpp clang/test/OpenMP/nvptx_unsupported_type_messages.cpp clang/test/OpenMP/target_attribute_convergent.cpp clang/test/Preprocessor/macro_fn_comma_swallow2.c clang/test/Preprocessor/macro_vaopt_check.cpp clang/test/Preprocessor/macro_vaopt_expand.cpp clang/test/Preprocessor/riscv-target-features.c clang/test/Sema/libbuiltins-ctype-powerpc64.c clang/test/Sema/libbuiltins-ctype-x86_64.c clang/test/Sema/static-assert.c clang/test/SemaCXX/constant-expression-cxx2a.cpp clang/test/SemaCXX/cxx2a-constexpr-dynalloc.cpp clang/test/SemaCXX/cxx2a-three-way-comparison.cpp clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp clang/unittests/Format/FormatTest.cpp clang/unittests/Sema/CodeCompleteTest.cpp clang/www/cxx_status.html compiler-rt/lib/msan/tests/msan_test.cpp compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h libcxx/CMakeLists.txt libcxx/cmake/Modules/HandleLibCXXABI.cmake libcxx/cmake/caches/FreeBSD.cmake libcxx/include/CMakeLists.txt libcxx/include/__locale libcxx/include/__support/android/locale_bionic.h libcxx/include/__support/fuchsia/xlocale.h libcxx/include/__support/ibm/limits.h libcxx/include/__support/ibm/locale_mgmt_aix.h libcxx/include/__support/ibm/nanosleep.h libcxx/include/__support/ibm/support.h libcxx/include/__support/ibm/xlocale.h libcxx/include/__support/musl/xlocale.h libcxx/include/__support/newlib/xlocale.h libcxx/include/__support/nuttx/xlocale.h libcxx/include/__support/openbsd/xlocale.h libcxx/include/__support/solaris/floatingpoint.h libcxx/include/__support/solaris/wchar.h libcxx/include/__support/solaris/xlocale.h libcxx/include/__support/win32/limits_msvc_win32.h libcxx/include/__support/win32/locale_win32.h libcxx/include/__support/xlocale/__nop_locale_mgmt.h libcxx/include/__support/xlocale/__posix_l_fallback.h libcxx/include/__support/xlocale/__strtonum_fallback.h libcxx/include/__threading_support libcxx/include/bit libcxx/include/limits libcxx/include/memory libcxx/include/support/android/locale_bionic.h libcxx/include/support/fuchsia/xlocale.h libcxx/include/support/ibm/limits.h libcxx/include/support/ibm/locale_mgmt_aix.h libcxx/include/support/ibm/nanosleep.h libcxx/include/support/ibm/support.h libcxx/include/support/ibm/xlocale.h libcxx/include/support/musl/xlocale.h libcxx/include/support/newlib/xlocale.h libcxx/include/support/nuttx/xlocale.h libcxx/include/support/openbsd/xlocale.h libcxx/include/support/solaris/floatingpoint.h libcxx/include/support/solaris/wchar.h libcxx/include/support/solaris/xlocale.h libcxx/include/support/win32/limits_msvc_win32.h libcxx/include/support/win32/locale_win32.h libcxx/include/support/xlocale/__nop_locale_mgmt.h libcxx/include/support/xlocale/__posix_l_fallback.h libcxx/include/support/xlocale/__strtonum_fallback.h libcxx/src/CMakeLists.txt libcxx/src/atomic.cpp libcxx/src/locale.cpp libcxx/src/support/solaris/xlocale.cpp libcxx/src/support/win32/locale_win32.cpp libcxx/src/support/win32/support.cpp libcxx/src/support/win32/thread_win32.cpp libcxx/test/libcxx/debug/extern-templates.sh.cpp libcxxabi/CMakeLists.txt libcxxabi/src/demangle/ItaniumDemangle.h libcxxabi/test/test_demangle.pass.cpp libunwind/CMakeLists.txt lld/ELF/InputSection.cpp lld/docs/ReleaseNotes.rst lld/test/ELF/lto/parallel.ll lld/test/ELF/non-abs-reloc.s lld/test/wasm/lto/parallel.ll lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py lldb/tools/lldb-vscode/FifoFiles.cpp lldb/tools/lldb-vscode/FifoFiles.h lldb/tools/lldb-vscode/IOStream.cpp lldb/tools/lldb-vscode/IOStream.h lldb/tools/lldb-vscode/RunInTerminal.cpp lldb/tools/lldb-vscode/VSCode.h lldb/tools/lldb-vscode/lldb-vscode.cpp llvm/CMakeLists.txt llvm/docs/ReleaseNotes.rst llvm/include/llvm-c/Core.h llvm/include/llvm/Analysis/AssumptionCache.h llvm/include/llvm/CodeGen/MachineInstr.h llvm/include/llvm/CodeGen/TargetLowering.h llvm/include/llvm/Demangle/ItaniumDemangle.h llvm/include/llvm/IR/InstrTypes.h llvm/include/llvm/IR/Instruction.h llvm/include/llvm/IR/IntrinsicInst.h llvm/include/llvm/IR/Intrinsics.td llvm/include/llvm/IR/IntrinsicsRISCV.td llvm/include/llvm/IR/Metadata.h llvm/include/llvm/IR/Operator.h llvm/include/llvm/IR/PseudoProbe.h llvm/include/llvm/Passes/StandardInstrumentations.h llvm/include/llvm/ProfileData/ProfileCommon.h llvm/include/llvm/ProfileData/SampleProf.h llvm/include/llvm/ProfileData/SampleProfReader.h llvm/include/llvm/Support/CommandLine.h llvm/include/llvm/Transforms/IPO/SampleContextTracker.h llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h llvm/include/llvm/Transforms/Utils/Cloning.h llvm/lib/Analysis/DemandedBits.cpp llvm/lib/Analysis/IVDescriptors.cpp llvm/lib/Analysis/MemorySSA.cpp llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp llvm/lib/Analysis/ValueTracking.cpp llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp llvm/lib/CodeGen/LiveRangeShrink.cpp llvm/lib/CodeGen/MachineInstr.cpp llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp llvm/lib/CodeGen/StackProtector.cpp llvm/lib/CodeGen/TwoAddressInstructionPass.cpp llvm/lib/IR/AutoUpgrade.cpp (265 more files...) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits