[LLVMdev] [zorg] FIXME in ClangAndLLDBuilder.py?
Rick Foos
rfoos at codeaurora.org
Wed Feb 5 17:27:52 PST 2014
Hi Galina,Dmitri,
Back from my long emergency project.
Have you decided what to do with the fixme in ClangAndLLDBuilder.py?
I'm thinking for cmake
cmakeCommand += [
"-DCMAKE_C_COMPILER="%s\"" % C_COMPILER,
"-DCMAKE_CXX_COMPILER="%s\"" % CXX_COMPILER"]
for autoconf
extra_configure_args +=[
'CC="%s\"" % C_COMPILER',
'CXX="%s\"" % CXX_COMPILER',
or is this no longer relevant. I saw the Sanitizer II builder; is that
the place to work?
Best Regards,
Rick
# FIXME: This is a temporary workaround till all the slaves will
# be configured to have C_COMPILER and CXX_COMPILER set locally.
# Will be rolled back later.
# cmakeCommand = [
# "cmake",
# "-DCMAKE_BUILD_TYPE=Release",
# "-DLLVM_ENABLE_ASSERTIONS=ON",
# "-DCMAKE_CXX_FLAGS=\"%s\"" % (" ".join(options)),
# "-DLLVM_LIT_ARGS=\"-v\"",
# "-G", "Ninja",
# "../%s" % llvm_srcdir]
More information about the llvm-dev
mailing list