We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85d7ff commit eb1c93aCopy full SHA for eb1c93a
build-bench-env.sh
@@ -499,7 +499,7 @@ if test "$setup_scudo" = "1"; then
499
partial_checkout scudo $version_scudo https://github.com/llvm/llvm-project "compiler-rt/lib/scudo/standalone"
500
cd "compiler-rt/lib/scudo/standalone"
501
# TODO: make the next line prettier instead of hardcoding everything.
502
- 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
503
cd -
504
popd
505
fi
0 commit comments