[PATCH] D37213: Changed Dockerfiles to install LLVM into /usr/local

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 09:21:12 PDT 2017


mehdi_amini added a comment.

I don't mind where you install it, but we can also assume that someone who use this Dockerfile intends to use clang, so why not adding it to to `update-alternatives`  as well, and even making it default for `/usr/bin/c++` and `/usr/bin/cc`?


Repository:
  rL LLVM

https://reviews.llvm.org/D37213





More information about the llvm-commits mailing list