CMake has the problem with the single dash variant because of the space, so use the double dash with equal sign version. The compile flag handling had a typo which caused these flag not to be properly include. We also don't have to pass the target triple when checking for compiler-rt since that flag is already included in compile flags now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
CMakeLists.txt | ||
---|---|---|
190 ↗ | (On Diff #95262) | I think that the space is easily worked with. We just need to append two items instead of one so that the quoting is handled properly. I do really prefer the single dash version for the -target flag. |