Issue |
123085
|
Summary |
cl : Command line warning D9025 when using AddLLVM.cmake on windows + msvc
|
Labels |
new issue
|
Assignees |
|
Reporter |
anmyachev
|
The following lines are probably the reason for this:
* https://github.com/llvm/llvm-project/blob/16e45b8fac797c6d4ba161228b54665492204a9d/llvm/cmake/modules/AddLLVM.cmake#L51
* https://github.com/llvm/llvm-project/blob/16e45b8fac797c6d4ba161228b54665492204a9d/llvm/cmake/modules/AddLLVM.cmake#L66
This is how `googletest` fixes this problem:
https://github.com/google/googletest/pull/1612/files
More details: https://github.com/google/googletest/issues/1611#issue-326697513
Warnings:
```bash
cl : Command line warning D9025 : overriding '/EHs' with '/EHs-'
cl : Command line warning D9025 : overriding '/EHc' with '/EHc-'
cl : Command line warning D9025 : overriding '/GR' with '/GR-'
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs