This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Option -fno-shrink-wrap is incorrectly handled
Needs ReviewPublic

Authored by ljmf00 on Jan 12 2022, 1:32 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

CMake variables are case sensitive, and Uppercase_* variables doesn't exist.
This patch uses the correct variable.

Diff Detail