Skip to content
  • Christian Pfeiffer's avatar
    ImplicitLinkInfo: Add support for PGI on Windows · c2c2d366
    Christian Pfeiffer authored
    Since PGI does not write linker directives into objects, the necessary
    libraries have to be parsed from commandline. PGI does however link the
    Visual C++ runtime libraries, so they have to be filtered out to ensure
    no collision with settings of other languages can occur.
    c2c2d366