[all-commits] [llvm/llvm-project] aa99b6: [clang][pdb] Don't include -fmessage-length in PDB...
Tobias Hieta via All-commits
all-commits at lists.llvm.org
Tue Nov 8 01:06:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa99b607b5cf8ef1260f5661dcbf077f26ee797c
https://github.com/llvm/llvm-project/commit/aa99b607b5cf8ef1260f5661dcbf077f26ee797c
Author: Tobias Hieta <tobias at hieta.se>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M clang/test/CodeGen/debug-info-codeview-buildinfo.c
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Log Message:
-----------
[clang][pdb] Don't include -fmessage-length in PDB buildinfo
As discussed in https://reviews.llvm.org/D136474 -fmessage-length
creates problems with reproduciability in the PDB files.
This patch just drops that argument when writing the PDB file.
Reviewed By: hans
Differential Revision: https://reviews.llvm.org/D137322
More information about the All-commits
mailing list