Skip to content

Revert "[compiler-rt] Disable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON on AIX. (#131200)" #132574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2025

Conversation

DanielCChen
Copy link
Contributor

This reverts commit 8e773d8.

@DanielCChen DanielCChen requested a review from daltenty March 23, 2025 00:55
@DanielCChen DanielCChen self-assigned this Mar 23, 2025
@DanielCChen DanielCChen requested a review from a team as a code owner March 23, 2025 00:55
@llvmbot llvmbot added cmake Build system in general and CMake in particular compiler-rt labels Mar 23, 2025
@DanielCChen DanielCChen merged commit f73da64 into llvm:main Mar 23, 2025
15 of 33 checks passed
@DanielCChen DanielCChen deleted the daniel_cmake_revert branch March 23, 2025 00:56
@llvm-ci
Copy link
Collaborator

llvm-ci commented Mar 23, 2025

LLVM Buildbot has detected a new failure on builder lldb-arm-ubuntu running on linaro-lldb-arm-ubuntu while building compiler-rt,llvm,runtimes at step 6 "test".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/18/builds/13363

Here is the relevant piece of the build log for the reference
Step 6 (test) failure: build (failure)
...
UNSUPPORTED: lldb-api :: lang/cpp/structured-binding/TestStructuredBinding.py (852 of 2928)
PASS: lldb-api :: lang/cpp/stl/TestStdCXXDisassembly.py (853 of 2928)
PASS: lldb-api :: lang/cpp/subst_template_type_param/TestSubstTemplateTypeParam.py (854 of 2928)
PASS: lldb-api :: lang/cpp/static_members/TestCPPStaticMembers.py (855 of 2928)
PASS: lldb-api :: lang/cpp/template-arguments/TestCppTemplateArguments.py (856 of 2928)
PASS: lldb-api :: lang/cpp/symbols/TestSymbols.py (857 of 2928)
PASS: lldb-api :: lang/cpp/template-specialization-type/TestTemplateSpecializationType.py (858 of 2928)
PASS: lldb-api :: lang/cpp/stl/TestSTL.py (859 of 2928)
PASS: lldb-api :: lang/cpp/template-function/TestTemplateFunctions.py (860 of 2928)
PASS: lldb-api :: lang/cpp/this_class_type_mixing/TestThisClassTypeMixing.py (861 of 2928)
FAIL: lldb-api :: lang/cpp/thread_local/TestThreadLocal.py (862 of 2928)
******************** TEST 'lldb-api :: lang/cpp/thread_local/TestThreadLocal.py' FAILED ********************
Script:
--
/usr/bin/python3.10 /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --arch armv8l --build-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/lldb --compiler /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --lldb-obj-root /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb --lldb-libs-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/lang/cpp/thread_local -p TestThreadLocal.py
--
Exit Code: -11

Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision f73da649cb5742963a641cb21a2dde4c1beb908a)
  clang revision f73da649cb5742963a641cb21a2dde4c1beb908a
  llvm revision f73da649cb5742963a641cb21a2dde4c1beb908a
Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 'debugserver', 'objc']

--
Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_thread_local_dsym (TestThreadLocal.PlatformProcessCrashInfoTestCase) (test case does not fall in any category of interest for this run) 
XFAIL: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_thread_local_dwarf (TestThreadLocal.PlatformProcessCrashInfoTestCase)
XFAIL: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_thread_local_dwo (TestThreadLocal.PlatformProcessCrashInfoTestCase)
----------------------------------------------------------------------
Ran 3 tests in 0.999s

OK (skipped=1, expected failures=2)

--

********************
PASS: lldb-api :: lang/cpp/this/TestCPPThis.py (863 of 2928)
PASS: lldb-api :: lang/cpp/type_lookup/TestCppTypeLookup.py (864 of 2928)
PASS: lldb-api :: lang/cpp/trivial_abi/TestTrivialABI.py (865 of 2928)
PASS: lldb-api :: lang/cpp/thunk/TestThunk.py (866 of 2928)
PASS: lldb-api :: lang/cpp/template/TestTemplateArgs.py (867 of 2928)
PASS: lldb-api :: lang/cpp/typedef-to-outer-fwd/TestTypedefToOuterFwd.py (868 of 2928)
PASS: lldb-api :: lang/cpp/type_lookup_duplicate/TestCppTypeLookupDuplicate.py (869 of 2928)
PASS: lldb-api :: lang/cpp/typeof/TestTypeOfDeclTypeExpr.py (870 of 2928)
PASS: lldb-api :: lang/cpp/typedef/TestCppTypedef.py (871 of 2928)
PASS: lldb-api :: lang/cpp/unique-types/TestUniqueTypes.py (872 of 2928)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmake Build system in general and CMake in particular compiler-rt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants