llvm-capstone/libc/cmake/modules
Schrodinger ZHU Yifan be0fa319f9
[libc] fix unit tests in fullbuild (#78864)
fixes https://github.com/llvm/llvm-project/issues/78743

- For normal objects, the patch removes `RTTI` and exceptions in `fullbuild`
- For FP tests, the patch adds links to `stdc++` and `gcc_s` if `MPFR` is used.
2024-01-21 21:37:17 -05:00
..
compiler_features [libc][NFC] Move float macro into its own header / add target os detection (#73311) 2023-11-24 16:11:05 +01:00
cpu_features [libc] Add AVX detectionwq 2023-04-18 13:11:33 +00:00
system_features [libc] Add base for target config within cmake (#72318) 2023-11-17 11:32:27 -08:00
CheckCompilerFeatures.cmake [libc][math] Add initial support for C23 float128 math functions, starting with copysignf128. (#71731) 2023-11-10 14:32:59 -05:00
LibcConfig.cmake [libc] Generate configure.rst from the JSON config information. (#65791) 2023-09-08 13:11:09 -07:00
LLVMLibCArchitectures.cmake [libc] Start to refactor riscv platform abstraction to support both 32 and 64 bits versions 2023-09-26 12:32:25 -03:00
LLVMLibCCheckCpuFeatures.cmake [libc] Enable missing memory tests on the GPU (#68111) 2023-10-06 08:27:36 -05:00
LLVMLibCCheckMPFR.cmake [libc] Don't try to use MPFR with the GPU build for now 2023-02-08 08:51:47 -06:00
LLVMLibCFlagRules.cmake [libc] add PREFER_GENERIC flag (#73744) 2023-11-28 23:47:48 -05:00
LLVMLibCHeaderRules.cmake [libc] Propagate printf config options from a single config header library. (#66979) 2023-09-26 08:16:31 -07:00
LLVMLibCLibraryRules.cmake [libc] Propagate printf config options from a single config header library. (#66979) 2023-09-26 08:16:31 -07:00
LLVMLibCObjectRules.cmake Reapply "[libc] build with -Werror (#73966)" (#74506) 2024-01-08 09:07:35 -08:00
LLVMLibCRules.cmake
LLVMLibCTargetNameUtils.cmake
LLVMLibCTestRules.cmake [libc] fix unit tests in fullbuild (#78864) 2024-01-21 21:37:17 -05:00
prepare_libc_gpu_build.cmake [libc] Adds AMDGPU gfx941 and gfx942 to archs (#76573) 2023-12-29 21:26:20 +01:00