Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/builtins/CMakeLists.txt | ||
---|---|---|
369 ↗ | (On Diff #37232) | How about making this more similar to the other flags checks? We could then just do the append_if |
Comment Actions
This seems to filter it even on Darwin? At least when I tested it, it did. Im not sure what is causing that.
Comment Actions
Nothing to do with my change, Darwin/Apple doesn't even go through it; there's the if (APPLE) branch above it.
Comment Actions
Instead of special-casing on MSVC, can you add check_c_compiler_flag(-std=c99 COMPILER_RT_HAS_STD_C99_FLAG) to cmake/config-ix.cmake, and properly use it here?