hanchenye-llvm-project/llvm/lib/Bitcode
Duncan P. N. Exon Smith b80de1012a IR: Don't allow non-default visibility on local linkage
Visibilities of `hidden` and `protected` are meaningless for symbols
with local linkage.

  - Change the assembler to reject non-default visibility on symbols
    with local linkage.

  - Change the bitcode reader to auto-upgrade `hidden` and `protected`
    to `default` when the linkage is local.

  - Update LangRef.

<rdar://problem/16141113>

llvm-svn: 208263
2014-05-07 22:57:20 +00:00
..
Reader IR: Don't allow non-default visibility on local linkage 2014-05-07 22:57:20 +00:00
Writer [IR] Make {extract,insert}element accept an index of any integer type. 2014-05-01 22:12:39 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile