Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86102?usp=email )
Change subject: [LLVM test]: Use compiler-rt ......................................................................
[LLVM test]: Use compiler-rt
Change-Id: I7f015bbab530c7595e75279848e09e9edf74d5c5 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M util/xcompile/xcompile 1 file changed, 1 insertion(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/86102/1
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 3fb0cb7..760080f 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -461,13 +461,7 @@ TABI="linux-gnu" # there is no generic ABI on ppc64 }
-# Right now, the clang reference toolchain is not building compiler-rt builtins -# for any of the cross compile architectures. Hence we use libgcc for now, -# because that is available and lets us proceed with getting coreboot clang -# ready. Toggle CLANG_RUNTIME if you want to experiment with compiler-rt. - -CLANG_RUNTIME="libgcc" -# CLANG_RUNTIME="compiler-rt" +CLANG_RUNTIME="compiler-rt"
test_architecture() { local architecture=$1