[clang] [Clang] Do not emit 'wchar' module flag for OpenCL (PR #174454)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 2 00:31:08 PST 2026
arsenm wrote:
TargetLibraryInfo just directly checks the flag and if's not there uses 0. There's nothing in the triple either. So that would need to be added
https://github.com/llvm/llvm-project/pull/174454
More information about the cfe-commits
mailing list