[all-commits] [llvm/llvm-project] d34403: [Fuzzer] Update build.sh to fix build errors (#65496)
Arseny Kapoulkine via All-commits
all-commits at lists.llvm.org
Thu Sep 7 16:38:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3440304b110138770eb1236fba088a9704d9fbc
https://github.com/llvm/llvm-project/commit/d3440304b110138770eb1236fba088a9704d9fbc
Author: Arseny Kapoulkine <arseny.kapoulkine at gmail.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M compiler-rt/lib/fuzzer/build.sh
Log Message:
-----------
[Fuzzer] Update build.sh to fix build errors (#65496)
Switch from C++11 to C++14 as fuzzer requires std::chrono and stdlibc++
doesn't provide chrono literals when using -std=c++11.
Also remove 'u' from ar command to fix this warning: ar: `u' modifier
ignored since `D' is the default (see `U')
More information about the All-commits
mailing list