mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 19:16:05 +00:00

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
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================