search for: clang4

Displaying 2 results from an estimated 2 matches for "clang4".

Did you mean: clang
2016 Dec 12
0
LLVM Weekly - #154, Dec 12th 2016
...ley-Milner type inference engine to reconstruct missing type information. Slides are [now available](https://llvm-hpc3-workshop.github.io/) from the LLVM in HPC workshop at SC16. Phoronix have produced an updated [performance comparison](http://www.phoronix.com/scan.php?page=article&item=gcc7-clang4-december&num=1) for code generated by LLVM and by GCC. ## On the mailing lists * Rui Ueyama has posted an [LLD status update and performance chart](http://lists.llvm.org/pipermail/llvm-dev/2016-December/107981.html). This gives an overview of the progress made on LLD over the past year, whic...
2018 Feb 17
2
Problem installing libxml2 under Homebrew
i am trying to install xml2 from CRAN, and it is throwing an error that it cannot find the libxml2 library configuration. The thing is that pkg-config seems to be set up correctly: $ echo $PKG_CONFIG_PATH :/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig $ pkg-config --cflags --libs libxml-2.0 -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2