mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 18:33:08 +00:00
Update d/rules to reflect the move of libfuzzer into compiler-rt
This commit is contained in:
parent
058d6f3183
commit
db12da9acf
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
||||
llvm-toolchain-snapshot (1:6.0~svn315736-2) unstable; urgency=medium
|
||||
|
||||
* Also ship ld64.lld in the lld-X.Y package
|
||||
* Update d/rules to reflect the move of libfuzzer into compiler-rt
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 16 Oct 2017 10:24:33 +0200
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -302,7 +302,7 @@ ifeq (${LIBFUZZER_ENABLE},yes)
|
||||
CFLAGS=`dpkg-buildflags --get CFLAGS`; \
|
||||
CFLAGS="$$CFLAGS `dpkg-buildflags --get CPPFLAGS`"; \
|
||||
echo $$CFLAGS; \
|
||||
bin/clang++ -c $$CFLAGS -std=c++11 ../lib/Fuzzer/*.cpp -IFuzzer; \
|
||||
bin/clang++ -c $$CFLAGS -std=c++11 ../compiler-rt/lib/fuzzer/*.cpp -IFuzzer; \
|
||||
ar ruv libFuzzer.a Fuzzer*.o
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user