diff options
author | Alexander Richardson <alexrichardson@google.com> | 2024-03-01 19:11:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 19:11:31 -0800 |
commit | a2e7827fde0d87b7e8665926b2b9e73171e07369 (patch) | |
tree | 0a9a8512df976a55d830530e5422e5e2b265dc10 /llvm/lib/FileCheck/FileCheck.cpp | |
parent | 73dfc7bbadddeb2930b11e4ad07f9a8e8b498cc7 (diff) | |
download | llvm-a2e7827fde0d87b7e8665926b2b9e73171e07369.zip llvm-a2e7827fde0d87b7e8665926b2b9e73171e07369.tar.gz llvm-a2e7827fde0d87b7e8665926b2b9e73171e07369.tar.bz2 |
[compiler-rt] Relax CHECK line in reaches_function.c
In my build environment, the output is a relative path:
```
test/dfsan/reaches_function.c:34 add.dfsan
test/dfsan/reaches_function.c:56 main
```
This fixes check-dfsan 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
```
Reviewers: browneee, vitalybuka
Reviewed By: vitalybuka
Pull Request: https://github.com/llvm/llvm-project/pull/83089
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions