Update LLVM to 10.x (#108)

* Update llvm-project to release/10.x and wasi-libc to latest master

* Strip symbols regardless of version
pull/107/head
Andrew Brown 5 years ago committed by GitHub
parent 17315135ea
commit 49e969b3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -164,7 +164,7 @@ build/config.BUILT:
build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxxabi.BUILT build/libcxx.BUILT build/config.BUILT
strip: build/llvm.BUILT
cd $(PREFIX)/bin; strip clang-9 lld llvm-ar
cd $(PREFIX)/bin; strip clang-* clang++-* lld llvm-ar
package: build/package.BUILT

@ -1 +1 @@
Subproject commit c1a0a213378a458fbea1a5c77b315c7dce08fd05
Subproject commit d32170dbd5b0d54436537b6b75beaf44324e0c28

@ -1 +1 @@
Subproject commit 5933c205df976a9da0468802f164e5bb4f061b11
Subproject commit 41af0db30f459241d081f1a8bc232102ed9cfbde
Loading…
Cancel
Save