Displaying 2 results from an estimated 2 matches for "e0e6d2de".
2018 May 15
0
Adding new a new type
Silly question .. what do you expect to do driving LLVM directly that you
couldn't do by generating C and compiling that?
It's a lot easier.
On Tue, May 15, 2018 at 11:38 AM, Jason Ott via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Ok, so I can use the structure-type to represent base or acid or salts.
> My next question is how union-typing works in LLVM. After reading
2018 May 14
3
Adding new a new type
Ok, so I can use the structure-type to represent base or acid or salts. My
next question is how union-typing works in LLVM. After reading a bit
about, it's unclear to me if it is a "thing" anymore; my intuition -- and
poking around in the sources is that it's a "no", it's been deprecated.
Which then means that it doesn't much matter about typing LLVM. I can