This clarifies that this is an LLVM specific variable and avoids
potential conflicts with other projects.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Is this going to break for everyone that still passes TARGET_TRIPLE to cmake? If so, we should probably have a period where we support both.
In particular, this might break some of our buildbots who explicitly set TARGET_TRIPLE. Could you send a patch to zorg cleaning that up (and maybe wait for that to go through before removing TARGET_TRIPLE completely)?
Comment Actions
Provide fallback for TARGET_TRIPLE and print a warning about deprecation and future removal.