[libcxx-commits] [libcxx] [libc++][CI] Tests the no RTTI configuration. (PR #65518)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 11:59:35 PDT 2023


================
@@ -741,6 +741,27 @@ steps:
             limit: 2
       timeout_in_minutes: 120
 
+    - label: "No RTTI"
+      command: "libcxx/utils/ci/run-buildbot generic-no-rtti"
+      artifact_paths:
+        - "**/test-results.xml"
+        - "**/*.abilist"
+      env:
+          # Note: Modules require and absolute path for clang-scan-deps
+          # https://github.com/llvm/llvm-project/issues/61006
+          CC: "/usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang"
+          CXX: "/usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang++"
+          CMAKE: "/opt/bin/cmake"
+          ENABLE_CLANG_TIDY: "On"
----------------
mordante wrote:

Not per se. A codepath `#ifdef`'ed for this configuration my have issues. So this my find additional issues.

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


More information about the libcxx-commits mailing list