diff options
author | John McCall <rjmccall@apple.com> | 2013-05-03 00:15:41 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2013-05-03 00:15:41 +0000 |
commit | f73981b2135a9ac2dec23637c0315fa88a77b482 (patch) | |
tree | 6db882198cc3899888e2f6f3da784f199e87d355 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 46791da61a1bc0b6ddf8e2cbd5b96d33c900205b (diff) | |
download | bcm5719-llvm-f73981b2135a9ac2dec23637c0315fa88a77b482.tar.gz bcm5719-llvm-f73981b2135a9ac2dec23637c0315fa88a77b482.zip |
In MC asm parsing, account for the possibility of whitespace within
the "identifier" parsed by the frontend callback by skipping forward
until we've consumed a token that ends at the point dictated by the
callback.
In addition, inform the callback when it's parsing an unevaluated
operand (e.g. mov eax, LENGTH A::x) as opposed to an evaluated one
(e.g. mov eax, [A::x]).
This commit depends on a clang commit.
llvm-svn: 180978
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions