diff options
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/docs/VendorDocumentation.rst | 2 | ||||
-rw-r--r-- | libcxx/utils/ci/buildkite-pipeline.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/docs/VendorDocumentation.rst b/libcxx/docs/VendorDocumentation.rst index aede8f9..7eba598 100644 --- a/libcxx/docs/VendorDocumentation.rst +++ b/libcxx/docs/VendorDocumentation.rst @@ -443,7 +443,7 @@ e.g. the ``mingw-w64-x86_64-clang`` package), together with CMake and ninja. -DCMAKE_C_COMPILER=clang \ -DCMAKE_CXX_COMPILER=clang++ \ -DLLVM_ENABLE_LLD=ON \ - -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \ + -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \ -DLIBCXXABI_ENABLE_SHARED=OFF \ -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON > ninja -C build cxx diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml index e7fda65..d564ea6 100644 --- a/libcxx/utils/ci/buildkite-pipeline.yml +++ b/libcxx/utils/ci/buildkite-pipeline.yml @@ -103,7 +103,7 @@ steps: queue: libcxx-builders os: aix <<: *common - skip: "Until https://github.com/llvm/llvm-project/issues/162516 has been resolved" + skip: "https://github.com/llvm/llvm-project/issues/162516" - label: AIX (64-bit) command: libcxx/utils/ci/run-buildbot aix @@ -115,7 +115,7 @@ steps: queue: libcxx-builders os: aix <<: *common - skip: "Until https://github.com/llvm/llvm-project/issues/162516 has been resolved" + skip: "https://github.com/llvm/llvm-project/issues/162516" - group: ':freebsd: FreeBSD' steps: |