summaryrefslogtreecommitdiffstats
path: root/Lib/warnings.py
diff options
context:
space:
mode:
authorserge-sans-paille <serge.guelton@telecom-bretagne.eu>2018-10-24 23:54:22 (GMT)
committerVictor Stinner <vstinner@redhat.com>2018-10-24 23:54:22 (GMT)
commit5ad36f9b21a3aa3b2265b1b43d73522cc3322df2 (patch)
treec919044bde03b9627fbfdfc7b6a5f34294776c75 /Lib/warnings.py
parent890423f79606124f6c54935d21f22375c399e23a (diff)
downloadcpython-5ad36f9b21a3aa3b2265b1b43d73522cc3322df2.zip
cpython-5ad36f9b21a3aa3b2265b1b43d73522cc3322df2.tar.gz
cpython-5ad36f9b21a3aa3b2265b1b43d73522cc3322df2.tar.bz2
bpo-28015: Support LTO build with clang (GH-9908)
.o generated by clang in LTO mode actually are LLVM bitcode files, which leads to a few errors during configure/build step: - add lto flags to the BASECFLAGS instead of CFLAGS, as CFLAGS are used to build autoconf test case, and some are not compatible with clang LTO (they assume binary in the .o, not bitcode) - force llvm-ar instead of ar, as ar is not aware of .o files generated by clang -flto
Diffstat (limited to 'Lib/warnings.py')
0 files changed, 0 insertions, 0 deletions