Changes between Version 1 and Version 2 of Ticket #72152, comment 5
- Timestamp:
- Mar 7, 2025, 1:38:38 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72152, comment 5
v1 v2 1 1 You have two options. 2 2 3 1. Just refer to the compiler directly as the versioned MP version, e.g. ` /opt/local/bin/clang++-mp-20` - This is what all port builds that use a MP compiler do.3 1. Just refer to the compiler directly as the versioned MP version, e.g. `clang++-mp-20` - This is what all port builds that use a MP compiler do. 4 4 5 5 2. Add the version specific install area to your path. e.g. `/opt/local/libexec/llvm-20/bin` - That area has all the utilities for LLVM 20 as the original unversioned names.
