Skip to content
Commit 50e2d7ae authored by Rui Ueyama's avatar Rui Ueyama
Browse files

[PECOFF] Skip sections with LNK_INFO.

According to the PE/COFF spec, a section with IMAGE_SCN_LNK_INFO should only
appear in an object file, and not allowed in an executable. So I believe
treating it as the same way as IMAGE_SCN_LNK_INFO is the right thing.

llvm-svn: 195692
parent ec1fb5c7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment