Searched hist:c12b5608105bef466586dff35f7b1f4b9aa3c9a1 (Results 1 – 1 of 1) sorted by relevance
| /optee_os/mk/ |
| H A D | clang.mk | c12b5608105bef466586dff35f7b1f4b9aa3c9a1 Tue Apr 21 07:40:38 UTC 2020 Victor Chong <victor.chong@linaro.org> mk: clang.mk: use 'clang -E' instead of clang-cpp
AOSP's prebuilt versions of Clang [1] don't contain the clang-cpp symlink to clang, so use the equivalent command of 'clang -E' instead.
LINK: [1] https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master LINK: [2] https://github.com/llvm/llvm-project/tree/llvmorg-9.0.1 LINK: [3] https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-r370808/bin/clang
Suggested by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Victor Chong <victor.chong@linaro.org> Tested-by: Victor Chong <victor.chong@linaro.org> (builds only with clang-v9.0.1 [2] and AOSP clang v10.0.1 [3]) Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|