Skip to content
  • Ben Boeckel's avatar
    cxxmodules: make export trampoline script files unique · d791f3a1
    Ben Boeckel authored and Brad King's avatar Brad King committed
    Include the name of the `EXPORT` in the filename when generating export
    information for C++ modules. This allows the same directory to be used
    for multiple sets of C++ module-using targets.
    
    For `export(TARGETS)` uses, generate a name based on the hash of the
    concatenation of the target names involved with the `export()` call.
    
    Fixes: #25609
    d791f3a1