Otherwise cmake will insert a semicolon if flags are already set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Might it be better to stort as a CMake list internally and then convert at only when used?
Comment Actions
Is that typically done for CFLAGS-style variables? Seems a bit odd to me to not keep these literal.
Comment Actions
This patch breaks formatting. If there's a spaces after opening "(" there should be one before closing ")"