aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleSlotTracker.cpp
diff options
context:
space:
mode:
authorAlexander Richardson <alexrichardson@google.com>2024-04-07 09:50:06 -0700
committerGitHub <noreply@github.com>2024-04-07 09:50:06 -0700
commitc91254db1dcace869f4d3f1ac659bdd7700a1459 (patch)
tree8727d94267c1e2e544ed871bb33fef53e730600f /llvm/lib/CodeGen/MachineModuleSlotTracker.cpp
parenta61252419779a6d4a5ebf71e7e2fc4adc75cfddd (diff)
downloadllvm-c91254db1dcace869f4d3f1ac659bdd7700a1459.zip
llvm-c91254db1dcace869f4d3f1ac659bdd7700a1459.tar.gz
llvm-c91254db1dcace869f4d3f1ac659bdd7700a1459.tar.bz2
[compiler-rt] Allow running tests without installing first
Currently, the testsuite uses the default runtimes path to find the runtimes libraries which may or may not match the just-built runtimes. This change uses the `-resource-dir` flag for clang whenever `COMPILER_RT_TEST_STANDALONE_BUILD_LIBS` is set to ensure that we are actually testing the currently built libraries rather than the ones bundled with `${COMPILER_RT_TEST_COMPILER}`. The existing logic works fine when clang and compiler-rt share the same build directory ``-DLLVM_ENABLE_PROJECTS=clang;compiler-rt`, but when building compiler-rt separately we need to tell the compiler used for the tests where it can find the just-built libraries. This reduces the fixes check-all failures to one in my configuration: ``` cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja -DCMAKE_C_COMPILER=$HOME/output/upstream-llvm/bin/clang -DCMAKE_CXX_COMPILER=$HOME/output/upstream-llvm/bin/clang++ -DCOMPILER_RT_INCLUDE_TESTS=ON -DLLVM_EXTERNAL_LIT=$HOME/build/upstream-llvm-project-build/bin/llvm-lit -DLLVM_CMAKE_DIR=$HOME/output/upstream-llvm -DCOMPILER_RT_DEBUG=OFF -S $HOME/src/upstream-llvm-project/compiler-rt -B $HOME/src/upstream-llvm-project/compiler-rt/cmake-build-all-sanitizers ``` Reviewed By: vitalybuka, delcypher, MaskRay Pull Request: https://github.com/llvm/llvm-project/pull/83088
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleSlotTracker.cpp')
0 files changed, 0 insertions, 0 deletions