[cfe-users] How to make char unsigned by default in target?

2016-09-21 Thread Philipp Klaus Krause via cfe-users
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

Re: [cfe-users] clang and intel syntax assembly

2016-09-21 Thread Fish Wang via cfe-users
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