mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 07:11:19 +00:00
fix typos
This commit is contained in:
parent
148be60365
commit
b0c15f84c9
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1371,7 +1371,7 @@ llvm-toolchain-snapshot (1:3.5~svn195337-1) unstable; urgency=low
|
||||
|
||||
* Switch from 3.4 to 3.5
|
||||
* Remove patch 0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch
|
||||
Useless now and missleading
|
||||
Useless now and misleading
|
||||
* Standards-Version updated to 3.9.5
|
||||
* kfreebsd.diff remove (applied upstream)
|
||||
|
||||
@ -1518,7 +1518,7 @@ llvm-toolchain-3.4 (1:3.4~+rc1-1) unstable; urgency=low
|
||||
* New testing upstream release
|
||||
* kfreebsd.diff removed. Applied upstream
|
||||
* Remove patch 0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch
|
||||
Useless now and missleading
|
||||
Useless now and misleading
|
||||
* Branch from llvm-toolchain-snapshot
|
||||
* Standards-Version updated to 3.9.5
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -444,7 +444,7 @@ override_dh_auto_install:
|
||||
mkdir -p debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/include/openmp
|
||||
cp openmp/runtime/exports/common.dia.50.ompt.optional/include/* debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/include/openmp
|
||||
|
||||
# Remove artefact (where compiler-rt is built)
|
||||
# Remove artifact (where compiler-rt is built)
|
||||
# if test -d $(TARGET_BUILD)/tools/clang/runtime/compiler-rt/clang_linux; then \
|
||||
# cd $(TARGET_BUILD)/tools/clang/runtime/compiler-rt/clang_linux && rm -rf $$(find . -mindepth 2 -maxdepth 2 -type d) && rm -rf $$(find -empty) && rm -rf */.dir; \
|
||||
# fi
|
||||
|
Loading…
Reference in New Issue
Block a user