[all-commits] [llvm/llvm-project] 6ca6cd: Revert "[libc] Add support for creating wrapper he...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jul 6 16:27:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ca6cdb23ece54fcbdead75cda3dd36e08db9665
https://github.com/llvm/llvm-project/commit/6ca6cdb23ece54fcbdead75cda3dd36e08db9665
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Headers/CMakeLists.txt
R clang/lib/Headers/llvm_libc_wrappers/ctype.h
R clang/lib/Headers/llvm_libc_wrappers/inttypes.h
R clang/lib/Headers/llvm_libc_wrappers/llvm-libc-decls/README.txt
R clang/lib/Headers/llvm_libc_wrappers/stdio.h
R clang/lib/Headers/llvm_libc_wrappers/stdlib.h
R clang/lib/Headers/llvm_libc_wrappers/string.h
M clang/test/Driver/gpu-libc-headers.c
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/include/CMakeLists.txt
M libc/utils/HdrGen/Generator.cpp
M libc/utils/HdrGen/Generator.h
M libc/utils/HdrGen/Main.cpp
Log Message:
-----------
Revert "[libc] Add support for creating wrapper headers for offloading in clang"
This reverts commit a4a26374aa11d48ac6bf65c78c2aaf8f16414287.
This was causing some problems with the CPU build and CUDA buildbot.
Revert until I can figure out what those issues are and fix them. I
believe it is just some CMake.
More information about the All-commits
mailing list