[PATCH] D93031: Enable fexec-charset option
Abhina Sree via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 9 05:39:45 PDT 2021
abhina.sreeskantharajan updated this revision to Diff 336416.
abhina.sreeskantharajan added a comment.
Rebase + fix CharLiteralParser endian issue by saving the char to a char variable first and then creating a StringRef
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93031/new/
https://reviews.llvm.org/D93031
Files:
clang/include/clang/Basic/LangOptions.h
clang/include/clang/Basic/TokenKinds.h
clang/include/clang/Driver/Options.td
clang/include/clang/Lex/LiteralConverter.h
clang/include/clang/Lex/LiteralSupport.h
clang/include/clang/Lex/Preprocessor.h
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Lex/CMakeLists.txt
clang/lib/Lex/LiteralConverter.cpp
clang/lib/Lex/LiteralSupport.cpp
clang/test/CodeGen/systemz-charset.c
clang/test/CodeGen/systemz-charset.cpp
clang/test/Driver/cl-options.c
clang/test/Driver/clang_f_opts.c
llvm/cmake/config-ix.cmake
llvm/include/llvm/ADT/Triple.h
llvm/include/llvm/Config/config.h.cmake
llvm/include/llvm/Support/CharSet.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/CharSet.cpp
llvm/lib/Support/Triple.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/CharSetTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93031.336416.patch
Type: text/x-patch
Size: 52118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210409/283c13ed/attachment-0001.bin>
More information about the cfe-commits
mailing list