Details
Details
- Reviewers
compnerd
Diff Detail
Diff Detail
Event Timeline
CMakeLists.txt | ||
---|---|---|
208 | What happens if COMPILER_RT_HAS_W3_FLAG is set to false? In this case, you've cleared out the flag but not re-appended it. Or can that not occur? |
Comment Actions
This would avoid that issue at the cost of preventing the user from specifying an alternative flag via the command line. Is there a good reason to disallow that?
What happens if COMPILER_RT_HAS_W3_FLAG is set to false? In this case, you've cleared out the flag but not re-appended it. Or can that not occur?