mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove llvm-objdump when Clang is disabled. It was missed in r310889.
Submitted by: dim
This commit is contained in:
parent
887cc8f480
commit
4c3d1ae2b2
1 changed files with 1 additions and 0 deletions
|
|
@ -1348,6 +1348,7 @@ OLD_FILES+=usr/bin/clang
|
|||
OLD_FILES+=usr/bin/clang++
|
||||
OLD_FILES+=usr/bin/clang-cpp
|
||||
OLD_FILES+=usr/bin/clang-tblgen
|
||||
OLD_FILES+=usr/bin/llvm-objdump
|
||||
OLD_FILES+=usr/bin/llvm-tblgen
|
||||
OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/allocator_interface.h
|
||||
OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/asan_interface.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue