This clarifies that this is an LLVM specific variable and avoids
potential conflicts with other projects.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,030 ms | x64 debian > MLIR.Examples/standalone::test.toy | |
60,050 ms | x64 debian > libFuzzer.libFuzzer::large.test |
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.