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 968b238 commit ef929f7Copy full SHA for ef929f7
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
@@ -120,7 +120,7 @@ ninja cxx cxxabi && ninja install-cxx install-cxxabi
120
121
FLAGS="${FLAGS} -fno-rtti -fno-exceptions"
122
LLVM_CFLAGS="${FLAGS} -Wno-global-constructors"
123
-LLVM_CXXFLAGS="${LLVM_CFLAGS} -nostdinc++ -I${ZLIB_BUILD} -isystem ${LIBCXX_INSTALL}/include -isystem ${LIBCXX_INSTALL}/include/c++/v1"
+LLVM_CXXFLAGS="-isystem ${LIBCXX_INSTALL}/include/c++/v1 ${LLVM_CFLAGS} -nostdinc++ -I${ZLIB_BUILD}"
124
125
# Build LLVM.
126
if [[ ! -f ${LLVM_BUILD}/build.ninja ]]; then
0 commit comments