Changes between Version 1 and Version 2 of Ticket #72152, comment 5


Ignore:
Timestamp:
Mar 7, 2025, 1:38:38 PM (12 months ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #72152, comment 5

    v1 v2  
    11You have two options.
    22
    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.
     31. 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.
    44
    552. 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.