`llvm_test_dibuilder(/*NewDebugInfoMode=*/true)` isn't currently executed in `return llvm_test_dibuilder(false) && llvm_test_dibuilder(true);` because `llvm_test_dibuilder` returns 0 for success. Split the llvm-c-test flag `--test-dibuilder` into two, one for the old and one for...
Can we makecmakeerror out if you try to build for*-linux-unknown-ohoswithLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF? Note: OHOS driver doesn't support the old layout, compiler-rt for ${arch}-linux-unknown-ohos targets have to be built with LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON Can we...
implementing the DASH algorithm for verifying C programs is presented.LCTD constructs weakest preconditions for LLVM basic blocks in the presence of pointers and arrays.A more powerful abstraction refinement method exploiting unsatisfiability of region predicates is evaluated.A method of mapping test execu...
This repo contains a version of the LLVM test suite that is being modified to use Checked C. The modified programs will be used to benchmark the implementation of Checked C in clang/LLVM. Checked C is an extension to C that adds checking to detect or
Stream is opened checkedc-llvm-test-suite/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/memstats.c Line 108 in 47111d3 stat_fp = fopen(proc_stat_file, "r"); Opened file never closed checkedc-llvm-test-suite/MultiSource/Benchmarks/DOE-Pr...
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org. - llvm-project/test/CMakeLists.
This issue exists to let you know that we are about to monitor the builds of the LLVM (v20.0.0, llvm/llvm-project@ 1cc4c87) snapshot for 20240909. At certain intervals the CI system will update this very comment over time to reflect the ...
An LLVM/Clang/LLD based mingw-w64 toolchain. Contribute to mstorsjo/llvm-mingw development by creating an account on GitHub.
llvm_test_run() llvm_add_test_for_target(${_target}) endfunction() file(COPY lit.local.cfg DESTINATION "${CMAKE_CURRENT_BINARY_DIR}") add_subdirectory(execute) 17 changes: 17 additions & 0 deletions 17 SingleSource/Regression/C/gcc-c-torture/README Original file line numberDiff line...
// RUN: env LLVM_PROFILE_FILE="%t.profraw%c" %run %t.exe %t.profraw4 changes: 2 additions & 2 deletions 4 compiler-rt/test/profile/ContinuousSyncMode/image-with-mcdc.c Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@ // REQUIRES: darwin // REQUIRES:...