How can I make char unsigned by default in a target? I want to make my
target to behave by default as if -fno-signed-char had been specified.
TargetInfo has lots of members to specify properties of types, e.g.
WCharType (which can be overridden by options, such as
-fno-short-wchar). But I didn't s
Hi Jeffrey,
Thank you very much for your timely response. Unfortunately, I don't think your
answer is helpful for my issue in any way. I believe the behavior that I
described in the previous email is a legit bug in Clang, or rather, in llvm-as.
For future reference, we ended up (reluctantly) co