OSDN Git Service
(root)
/
android-x86
/
external-llvm-project.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4abf024
)
[CMake] Add llvm-config to DEBUGINFO_TEST_DEPS
author
Fangrui Song
<maskray@google.com>
Thu, 25 Jun 2020 23:49:05 +0000
(16:49 -0700)
committer
Fangrui Song
<maskray@google.com>
Thu, 25 Jun 2020 23:49:33 +0000
(16:49 -0700)
Fix `fatal: Could not run process ['/path/to/build/./bin/llvm-config', '--build-mode']`
when running check-debuginfo in a fresh build directory.
debuginfo-tests/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/debuginfo-tests/CMakeLists.txt
b/debuginfo-tests/CMakeLists.txt
index
addf13d
..
dcd80bd
100644
(file)
--- a/
debuginfo-tests/CMakeLists.txt
+++ b/
debuginfo-tests/CMakeLists.txt
@@
-16,6
+16,7
@@
set(DEBUGINFO_TEST_DEPS
clang
FileCheck
count
+ llvm-config
llvm-objdump
check-gdb-llvm-support
not