aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorNancy Wang <wangn@ca.ibm.com>2021-07-20 13:02:05 -0400
committerMuiez Ahmed <muiez@ibm.com>2021-07-20 13:02:59 -0400
commit7704fedfff6ef5676adb6415f3be0ac927d1a746 (patch)
tree2828a90fd33501a4741b7d883db8d6d6ce244c08 /llvm/lib/Transforms/Utils/InlineFunction.cpp
parentf3cb8d6e252092520e1f4f84e32a2a36d0cd06f6 (diff)
downloadllvm-7704fedfff6ef5676adb6415f3be0ac927d1a746.zip
llvm-7704fedfff6ef5676adb6415f3be0ac927d1a746.tar.gz
llvm-7704fedfff6ef5676adb6415f3be0ac927d1a746.tar.bz2
[SystemZ][z/OS][libcxx]: fix libcxx test cases related to codecvt class UTF8
This PR to fix a few test cases related to class https://en.cppreference.com/w/cpp/locale/codecvt , as mentioned in document, class is converting UTF16 and UTF8 or UTF32 and UTF8, character type is deprecated in c++20 and it needs explicitly specify it is UTF8 string literal. Current test cases assume 1 byte character is ASCII or Unicode character which is not true on z/OS platform. UTF8/16/32 information can be found in https://naveenr.net/unicode-character-set-and-utf-8-utf-16-utf-32-encoding/ and EBCDIC and ASCII character value can be found in http://www.simotime.com/asc2ebc1.htm Differential Revision: https://reviews.llvm.org/D106153
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions