We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bc425 commit 0e3b472Copy full SHA for 0e3b472
build-bench-env.sh
@@ -505,7 +505,7 @@ if test "$setup_scudo" = "1"; then
505
partial_checkout scudo $version_scudo https://github.com/llvm/llvm-project "compiler-rt/lib/scudo/standalone"
506
cd "compiler-rt/lib/scudo/standalone"
507
# TODO: make the next line prettier instead of hardcoding everything.
508
- clang++ -flto -fuse-ld=lld -fPIC -std=c++14 -fno-exceptions $CXXFLAGS -fno-rtti -fvisibility=internal -msse4.2 -O3 -I include -shared -o libscudo$extso *.cpp -pthread
+ clang++ -flto -fuse-ld=lld -fPIC -std=c++17 -fno-exceptions $CXXFLAGS -fno-rtti -fvisibility=internal -msse4.2 -O3 -I include -shared -o libscudo$extso *.cpp -pthread
509
cd -
510
popd
511
fi
0 commit comments