search for: d6941

Displaying 1 result from an estimated 1 matches for "d6941".

Did you mean: 6941
2019 Nov 05
3
RFC: [MC] Calculate difference of symbols in two consecutive MCDataFragments
...been trying to add support to the integrated assembler to handle cases like below foo:instr; .if . - foo; instr; .endif when the dot symbol and foo are assigned to consecutive MCDataFragments <https://github.com/ClangBuiltLinux/linux/issues/744>. I have a patch <https://reviews.llvm.org/D6941> under review. And even though it seems to solve the problem, the concern is it complicates the code and we would like to know if there is more decent way to handle this. Please feel free to share your thoughts. Thanks, Jian -------------- next part -------------- An HTML attachment was scrubbe...