forked from OSchip/llvm-project
User may initialize a var with non-zero value and specify .bss section.
E.g. : int a __attribute__((section(".bss"))) = 2;
This patch converts an assertion to error report for better user
experience.
Differential Revision: http://reviews.llvm.org/D4199
llvm-svn: 211455
|
||
|---|---|---|
| .. | ||
| bss-non-zero-value.s | ||
| gnu-type-hash-diagnostics.s | ||
| gnu-type-hash.s | ||
| lit.local.cfg | ||