We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c784f7 commit 55252caCopy full SHA for 55252ca
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
@@ -78,7 +78,7 @@ if [[ "$FLAGS" =~ "-m32" ]] ; then
78
FLAGS+=" -U_FILE_OFFSET_BITS"
79
fi
80
FLAGS+=" -fPIC -flto -Oz -g0 -DNDEBUG -target $TARGET_TRIPLE -Wno-unused-command-line-argument"
81
-FLAGS+=" -include ${SRC_DIR}/../sanitizer_redefine_builtins.h -DSANITIZER_COMMON_REDEFINE_BUILTINS_IN_STD"
+FLAGS+=" -include ${SRC_DIR}/../sanitizer_redefine_builtins.h -DSANITIZER_COMMON_REDEFINE_BUILTINS_IN_STD -Wno-language-extension-token"
82
83
LINKFLAGS="-fuse-ld=lld -target $TARGET_TRIPLE"
84
0 commit comments