diff options
author | Tomas Matheson <Tomas.Matheson@arm.com> | 2020-12-17 11:42:32 -0500 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2020-12-17 11:43:47 -0500 |
commit | f50066292477fb26806336e5604615d0eddde399 (patch) | |
tree | 921fb6057fc14d2fefab4a10438d9a3821204eae /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 71699a998d4f648396a1a12820c0f04cc61f8e19 (diff) | |
download | llvm-f50066292477fb26806336e5604615d0eddde399.zip llvm-f50066292477fb26806336e5604615d0eddde399.tar.gz llvm-f50066292477fb26806336e5604615d0eddde399.tar.bz2 |
Detect section type conflicts between functions and variables
If two variables are declared with __attribute__((section(name))) and
the implicit section types (e.g. read only vs writeable) conflict, an
error is raised. Extend this mechanism so that an error is raised if the
section type implied by a function's __attribute__((section)) conflicts
with that of another variable.
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions