[llvm] [X86] Extend alignedstore PatFrag to cover atomic_store (PR #197861)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 05:53:14 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 62157 tests passed
* 1785 tests skipped

All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.

<details>
<summary>[code=4294967295] unittests/DebugInfo/GSYM/DebugInfoGSYMTests.exe</summary>

```
FAILED: [code=4294967295] unittests/DebugInfo/GSYM/DebugInfoGSYMTests.exe
C:\Windows\system32\cmd.exe /C "cd . && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --msvc-ver=1944 --intdir=unittests\DebugInfo\GSYM\CMakeFiles\DebugInfoGSYMTests.dir --rc="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\rc.exe" --mt="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\mt.exe" --manifests  -- C:\clang\clang-msvc\bin\lld-link.exe /nologo unittests\DebugInfo\GSYM\CMakeFiles\DebugInfoGSYMTests.dir\GsymDataExtractorTest.cpp.obj unittests\DebugInfo\GSYM\CMakeFiles\DebugInfoGSYMTests.dir\GSYMTest.cpp.obj unittests\DebugInfo\GSYM\CMakeFiles\DebugInfoGSYMTests.dir\GSYMV2Test.cpp.obj unittests\DebugInfo\GSYM\CMakeFiles\DebugInfoGSYMTests.dir\__\__\__\resources\windows_version_resource.rc.res  /out:unittests\DebugInfo\GSYM\DebugInfoGSYMTests.exe /implib:unittests\DebugInfo\GSYM\DebugInfoGSYMTests.lib /pdb:unittests\DebugInfo\GSYM\DebugInfoGSYMTests.pdb /version:0.0 /MANIFEST:NO /INCREMENTAL:NO /subsystem:console  /STACK:10000000  lib\LLVMBinaryFormat.lib  lib\LLVMDebugInfoDWARF.lib  lib\LLVMDebugInfoGSYM.lib  lib\LLVMMC.lib  lib\LLVMSupport.lib  lib\LLVMObjectYAML.lib  lib\llvm_gtest_main.lib  lib\llvm_gtest.lib  lib\LLVMTestingSupport.lib  lib\LLVMObject.lib  lib\LLVMIRReader.lib  lib\LLVMBitReader.lib  lib\LLVMAsmParser.lib  lib\LLVMCore.lib  lib\LLVMRemarks.lib  lib\LLVMBitstreamReader.lib  lib\LLVMMCParser.lib  lib\LLVMDebugInfoDWARFLowLevel.lib  lib\LLVMTextAPI.lib  lib\LLVMTargetParser.lib  lib\LLVMDebugInfoCodeView.lib  psapi.lib  shell32.lib  ole32.lib  uuid.lib  advapi32.lib  ws2_32.lib  ntdll.lib  delayimp.lib  -delayload:shell32.dll  -delayload:ole32.dll  lib\LLVMDemangle.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo unittests\DebugInfo\GSYM\CMakeFiles\DebugInfoGSYMTests.dir\GsymDataExtractorTest.cpp.obj unittests\DebugInfo\GSYM\CMakeFiles\DebugInfoGSYMTests.dir\GSYMTest.cpp.obj unittests\DebugInfo\GSYM\CMakeFiles\DebugInfoGSYMTests.dir\GSYMV2Test.cpp.obj unittests\DebugInfo\GSYM\CMakeFiles\DebugInfoGSYMTests.dir\__\__\__\resources\windows_version_resource.rc.res /out:unittests\DebugInfo\GSYM\DebugInfoGSYMTests.exe /implib:unittests\DebugInfo\GSYM\DebugInfoGSYMTests.lib /pdb:unittests\DebugInfo\GSYM\DebugInfoGSYMTests.pdb /version:0.0 /MANIFEST:NO /INCREMENTAL:NO /subsystem:console /STACK:10000000 lib\LLVMBinaryFormat.lib lib\LLVMDebugInfoDWARF.lib lib\LLVMDebugInfoGSYM.lib lib\LLVMMC.lib lib\LLVMSupport.lib lib\LLVMObjectYAML.lib lib\llvm_gtest_main.lib lib\llvm_gtest.lib lib\LLVMTestingSupport.lib lib\LLVMObject.lib lib\LLVMIRReader.lib lib\LLVMBitReader.lib lib\LLVMAsmParser.lib lib\LLVMCore.lib lib\LLVMRemarks.lib lib\LLVMBitstreamReader.lib lib\LLVMMCParser.lib lib\LLVMDebugInfoDWARFLowLevel.lib lib\LLVMTextAPI.lib lib\LLVMTargetParser.lib lib\LLVMDebugInfoCodeView.lib psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib ws2_32.lib ntdll.lib delayimp.lib -delayload:shell32.dll -delayload:ole32.dll lib\LLVMDemangle.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" failed (exit code 1) with the following output:
lld-link: error: undefined symbol: class llvm::Expected<class std::vector<class llvm::BitcodeModule, class std::allocator<class llvm::BitcodeModule>>> __cdecl llvm::getBitcodeModuleList(class llvm::MemoryBufferRef)
>>> referenced by LLVMObject.lib(IRObjectFile.cpp.obj):(public: static class llvm::Expected<class std::unique_ptr<class llvm::object::IRObjectFile, struct std::default_delete<class llvm::object::IRObjectFile>>> __cdecl llvm::object::IRObjectFile::create(class llvm::MemoryBufferRef, class llvm::LLVMContext &))

lld-link: error: undefined symbol: public: class llvm::Expected<class std::unique_ptr<class llvm::Module, struct std::default_delete<class llvm::Module>>> __cdecl llvm::BitcodeModule::getLazyModule(class llvm::LLVMContext &, bool, bool, struct llvm::ParserCallbacks)
>>> referenced by LLVMObject.lib(IRObjectFile.cpp.obj):(public: static class llvm::Expected<class std::unique_ptr<class llvm::object::IRObjectFile, struct std::default_delete<class llvm::object::IRObjectFile>>> __cdecl llvm::object::IRObjectFile::create(class llvm::MemoryBufferRef, class llvm::LLVMContext &))
>>> referenced by LLVMObject.lib(IRSymtab.cpp.obj):(class llvm::Expected<struct llvm::irsymtab::FileContents> __cdecl upgrade(class llvm::ArrayRef<class llvm::BitcodeModule>))

lld-link: error: undefined symbol: class llvm::Expected<struct llvm::BitcodeFileContents> __cdecl llvm::getBitcodeFileContents(class llvm::MemoryBufferRef)
>>> referenced by LLVMObject.lib(IRObjectFile.cpp.obj):(class llvm::Expected<struct llvm::object::IRSymtabFile> __cdecl llvm::object::readIRSymtab(class llvm::MemoryBufferRef))

lld-link: error: undefined symbol: class llvm::Expected<class std::unique_ptr<class llvm::Module, struct std::default_delete<class llvm::Module>>> __cdecl llvm::getOwningLazyBitcodeModule(class std::unique_ptr<class llvm::MemoryBuffer, struct std::default_delete<class llvm::MemoryBuffer>> &&, class llvm::LLVMContext &, bool, bool, struct llvm::ParserCallbacks)
>>> referenced by LLVMIRReader.lib(IRReader.cpp.obj):(class std::unique_ptr<class llvm::Module, struct std::default_delete<class llvm::Module>> __cdecl llvm::getLazyIRModule(class std::unique_ptr<class llvm::MemoryBuffer, struct std::default_delete<class llvm::MemoryBuffer>>, class llvm::SMDiagnostic &, class llvm::LLVMContext &, bool))

lld-link: error: undefined symbol: class llvm::Expected<class std::unique_ptr<class llvm::Module, struct std::default_delete<class llvm::Module>>> __cdecl llvm::parseBitcodeFile(class llvm::MemoryBufferRef, class llvm::LLVMContext &, struct llvm::ParserCallbacks)
>>> referenced by LLVMIRReader.lib(IRReader.cpp.obj):(class std::unique_ptr<class llvm::Module, struct std::default_delete<class llvm::Module>> __cdecl llvm::parseIR(class llvm::MemoryBufferRef, class llvm::SMDiagnostic &, class llvm::LLVMContext &, struct llvm::ParserCallbacks, class llvm::AsmParserContext *))

lld-link: error: undefined symbol: class llvm::Expected<class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>> __cdecl llvm::getBitcodeTargetTriple(class llvm::MemoryBufferRef)
>>> referenced by LLVMObject.lib(ArchiveWriter.cpp.obj):(class llvm::Expected<class std::vector<struct `anonymous namespace'::MemberData, class std::allocator<struct `anonymous namespace'::MemberData>>> __cdecl computeMemberData(class llvm::raw_ostream &, class llvm::raw_ostream &, enum llvm::object::Archive::Kind, bool, bool, enum llvm::SymtabWritingMode, struct SymMap *, class llvm::LLVMContext &, class llvm::ArrayRef<struct llvm::NewArchiveMember>, class std::optional<bool>, class llvm::function_ref<void __cdecl(class llvm::Error)>))
>>> referenced by LLVMObject.lib(ArchiveWriter.cpp.obj):(bool __cdecl isECObject(class llvm::object::SymbolicFile &))
```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/197861


More information about the llvm-commits mailing list