[PATCH] D26645: Add a file magic for CL.exe's object file created with /GL.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 16:04:59 PST 2016
ruiu added a comment.
Note that I couldn't find a documentation about the format of cl.exe /GL object files. I found that the header is the same as COFF bigobj, and also noticed that all object files has the same magic, so I guessed that this is the way to identify /GL object files.
https://reviews.llvm.org/D26645
More information about the llvm-commits
mailing list