clangupc / clang-upc

Clang UPC Front-End
https://clangupc.github.io/
Other
16 stars 5 forks source link

Fix GCC toolchain search on Solaris #90

Closed PHHargrove closed 8 years ago

PHHargrove commented 8 years ago

This PR is to resolve Intrepid/llvm-upc#18 Specifically, this fixes the logic to locate the proper gcc toolchain on Solaris (which is broken in the Clang 3.8 release).

PHHargrove commented 8 years ago

@swatanabe Could you push this upstream, to avoid the possibility of later conflict with another fix for the same issue?