INFO:2025-07-28T08:00:23Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD a87fb3b60fac..f529c0b56f3a main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at f529c0b56f3a [mlir][linalg][nfc] Clean-up leftover code post #149156 (#150602) INFO:2025-07-28T08:00:26Z:root:syncing... Deleted branch merge (was dcff2d91efa8). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 166d71fe5b7c] [gn build] Port 4072a6b85bee 2 files changed, 2 insertions(+) [gn build] Port 4072a6b85bee -- https://github.com/llvm/llvm-project/commit/4072a6b85bee INFO:2025-07-28T08:00:28Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/225] ACTION //clang/tools/driver:clang-cpp(//llvm/utils/gn/build/toolchain:unix) [2/225] ACTION //clang/tools/driver:clangxx(//llvm/utils/gn/build/toolchain:unix) [3/225] ACTION //clang/tools/driver:clang-cl(//llvm/utils/gn/build/toolchain:unix) [4/225] ACTION //compiler-rt/test:lit_common_configured(//llvm/utils/gn/build/toolchain:stage2_unix) [5/225] ACTION //llvm/include/llvm/Config:AsmParsers.def(//llvm/utils/gn/build/toolchain:stage2_unix) [6/225] ACTION //compiler-rt/test/hwasan:lit_site_cfg(//llvm/utils/gn/build/toolchain:stage2_unix) [7/225] ACTION //compiler-rt/test/asan:lit_site_cfg(//llvm/utils/gn/build/toolchain:stage2_unix) [8/225] ACTION //libcxx/src:cxx_symlink(//llvm/utils/gn/build/toolchain:stage2_unix) [9/225] ACTION //llvm/include/llvm/Config:AsmPrinters.def(//llvm/utils/gn/build/toolchain:stage2_unix) [10/225] ACTION //compiler-rt/test/builtins:builtins_mode_cfg(//llvm/utils/gn/build/toolchain:stage2_unix) [11/225] ACTION //llvm/include/llvm/Config:Targets(//llvm/utils/gn/build/toolchain:stage2_unix) [12/225] ACTION //llvm/include/llvm/Config:TargetExegesis.def(//llvm/utils/gn/build/toolchain:stage2_unix) [13/225] ACTION //llvm/include/llvm/Config:Disassemblers.def(//llvm/utils/gn/build/toolchain:stage2_unix) [14/225] ACTION //llvm/include/llvm/Support:write_extension_def(//llvm/utils/gn/build/toolchain:stage2_unix) [15/225] ACTION //llvm/include/llvm/Config:Targets.def(//llvm/utils/gn/build/toolchain:stage2_unix) [16/225] ACTION //compiler-rt/test/lsan:asan_mode_cfg(//llvm/utils/gn/build/toolchain:stage2_unix) [17/225] ACTION //llvm/include/llvm/Config:abi-breaking(//llvm/utils/gn/build/toolchain:stage2_unix) [18/225] ACTION //llvm/include/llvm/Config:llvm-config(//llvm/utils/gn/build/toolchain:stage2_unix) [19/61] ACTION //llvm/include/llvm/Config:TargetMCAs.def(//llvm/utils/gn/build/toolchain:stage2_unix) [20/61] ACTION //llvm/include/llvm/Support:write_vcsrevision(//llvm/utils/gn/build/toolchain:stage2_unix) [21/61] ACTION //libcxx/src:cxx_linker_script(//llvm/utils/gn/build/toolchain:stage2_unix) [22/61] ACTION //llvm/include/llvm/Config:config(//llvm/utils/gn/build/toolchain:stage2_unix) [23/28] ACTION //compiler-rt/lib/ubsan:version_script(//llvm/utils/gn/build/toolchain:stage2_unix) [24/28] ACTION //compiler-rt/lib/hwasan:version_script(//llvm/utils/gn/build/toolchain:stage2_unix) [25/28] CXX obj/llvm/unittests/Support/SupportTests.DebugLogTest.o FAILED: obj/llvm/unittests/Support/SupportTests.DebugLogTest.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/llvm/unittests/Support/SupportTests.DebugLogTest.o.d -o obj/llvm/unittests/Support/SupportTests.DebugLogTest.o -c ../../llvm/unittests/Support/DebugLogTest.cpp -DGTEST_HAS_RTTI=0 -I../../llvm/include -Igen/llvm/include -I../../third-party/unittest/googlemock/include -I../../third-party/unittest/googletest/include -O3 -fdiagnostics-color -Wall -Wextra -Wno-unused-parameter -Wdelete-non-virtual-dtor -Wstring-conversion -no-canonical-prefixes -Werror=date-time -fdebug-compilation-dir=. --sysroot=../../sysroot -Wpoison-system-directories -fPIC -Wcovered-switch-default -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti ../../llvm/unittests/Support/DebugLogTest.cpp:29:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 29 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, nullptr) << "NoType"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:38:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 38 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "A") << "A"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:39:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 39 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "B") << "B"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:50:7: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 50 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "A") << "A"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:52:7: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 52 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "A") << "B"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:53:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 53 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "B") << "B"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:59:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 59 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "A") << inc(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:61:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 61 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "B") << inc(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ 8 errors generated. [26/28] SOLINK lib/clang/22/lib/linux/libclang_rt.ubsan_standalone-x86_64.so [27/28] SOLINK lib/clang/22/lib/linux/libclang_rt.hwasan_aliases-x86_64.so ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.