[Openmp-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [mlir] [openmp] [polly] [Documentation] Always use SVG for dot-generated doxygen images. (PR #136843)

via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 24 00:04:11 PDT 2025


================
@@ -48,14 +48,6 @@ if (LLVM_ENABLE_DOXYGEN)
     set(bolt_doxygen_qhp_cust_filter_attrs "")
   endif()
 
-  option(LLVM_DOXYGEN_SVG
----------------
cor3ntin wrote:

The couple of projects I found on Github (which sets it to "on" might get

```
CMake Warning:
  Manually-specified variables were not used by the project:
    LLVM_DOXYGEN_SVG
```

But it won't break anyone's build

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


More information about the Openmp-commits mailing list