llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libunwind

Author: Firas Khalil Khana (firasuke)

<details>
<summary>Changes</summary>

Hey there,

It seems that `LIBUNWIND_ENABLE_WERROR` defaults to `OFF` according to 
[CMakeLists.txt](https://github.com/llvm/llvm-project/blob/main/libunwind/CMakeLists.txt#L43).

Thanks for your time!

---
Full diff: https://github.com/llvm/llvm-project/pull/135546.diff


1 Files Affected:

- (modified) libunwind/docs/BuildingLibunwind.rst (+1-1) 


``````````diff
diff --git a/libunwind/docs/BuildingLibunwind.rst 
b/libunwind/docs/BuildingLibunwind.rst
index 8b4f1207d4ba9..c231587fd5022 100644
--- a/libunwind/docs/BuildingLibunwind.rst
+++ b/libunwind/docs/BuildingLibunwind.rst
@@ -91,7 +91,7 @@ libunwind specific options
 
 .. option:: LIBUNWIND_ENABLE_WERROR:BOOL
 
-  **Default**: ``ON``
+  **Default**: ``OFF``
 
   Compile with -Werror
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/135546
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to