[all-commits] [llvm/llvm-project] 41c135: Fix buildgo.sh script to fix linux build failure d...

dyung via All-commits all-commits at lists.llvm.org
Tue Mar 31 09:32:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 41c135d6d2882ee6592a1c51a0221ef6def79ee4
      https://github.com/llvm/llvm-project/commit/41c135d6d2882ee6592a1c51a0221ef6def79ee4
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2020-03-31 (Tue, 31 Mar 2020)

  Changed paths:
    M compiler-rt/lib/tsan/go/buildgo.sh

  Log Message:
  -----------
  Fix buildgo.sh script to fix linux build failure due to changes in ad1466f8cbc5.

The above change used a binary literal that is not supported in c++11 mode when
using gcc. It was formalized into the c++14 standard and works when using that
mode to compile, so change the script to use c++14 instead.

Reviewed by: dvyukov

Differential Revision: https://reviews.llvm.org/D77111




More information about the All-commits mailing list