-Werror is redundant because CMake parses the output of try_compile,
and if it finds the name of the tested flag in the output it concludes
that the flag is unsupported.
The patch also fixes a typo in a variable name that was the reason for
adding -Werror in the first place.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo