commit | 8fcefc387b4c178fd543016e1a90f8b4336aadcf | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Mon Sep 15 12:56:50 2014 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Mon Sep 15 12:56:50 2014 -0700 |
tree | 63033971bb71b2ffea760d2265b3b8095d8a3991 | |
parent | e5ac7db42bcec85cf23450e5144724fdd7f1edbe [diff] |
Fix makefile to use chrome clang to compile, so we link to LLVM. LLVM objects/libraries are now built using clang from chrome. This CL changes the compiler to chrome clang, and adds an appropriate dynamic library path to the linked executable so that llvm2ice can be run in any directory. BUG=None R=jvoung@chromium.org Review URL: https://codereview.chromium.org/571973004