diff options
author | Douglas Yung <douglas.yung@sony.com> | 2020-03-31 09:26:43 -0700 |
---|---|---|
committer | Douglas Yung <douglas.yung@sony.com> | 2020-03-31 09:32:00 -0700 |
commit | 41c135d6d2882ee6592a1c51a0221ef6def79ee4 (patch) | |
tree | d4214ae04836df3d96d14675d1bef1e4f0261430 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 21d9d0855be17220e869ef5bbec2d839fe841840 (diff) | |
download | llvm-41c135d6d2882ee6592a1c51a0221ef6def79ee4.zip llvm-41c135d6d2882ee6592a1c51a0221ef6def79ee4.tar.gz llvm-41c135d6d2882ee6592a1c51a0221ef6def79ee4.tar.bz2 |
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions