Commit 522b34c8 by Antonio Maiorano

Android: build against llvm-10 instead of llvm-7

Bug: b/152339534 Change-Id: Ibff041d8a64698c1112b45601c4c5f9b4cac5720 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/46308Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarAntonio Maiorano <amaiorano@google.com> Kokoro-Result: kokoro <noreply+kokoro@google.com>
parent ad65826a
...@@ -197,7 +197,7 @@ cc_defaults { ...@@ -197,7 +197,7 @@ cc_defaults {
], ],
static_libs: [ static_libs: [
"libLLVM7_swiftshader", "libLLVM10_swiftshader",
], ],
shared_libs: [ shared_libs: [
...@@ -228,7 +228,7 @@ cc_defaults { ...@@ -228,7 +228,7 @@ cc_defaults {
], ],
static_libs: [ static_libs: [
"libLLVM7_swiftshader", "libLLVM10_swiftshader",
], ],
shared_libs: [ shared_libs: [
...@@ -346,7 +346,7 @@ cc_defaults { ...@@ -346,7 +346,7 @@ cc_defaults {
defaults: [ "libswiftshader_release" ], defaults: [ "libswiftshader_release" ],
static_libs: [ static_libs: [
"libswiftshader_llvm", "libswiftshader_llvm",
"libLLVM7_swiftshader", "libLLVM10_swiftshader",
], ],
} }
...@@ -356,7 +356,7 @@ cc_defaults { ...@@ -356,7 +356,7 @@ cc_defaults {
defaults: [ "libswiftshader_debug" ], defaults: [ "libswiftshader_debug" ],
static_libs: [ static_libs: [
"libswiftshader_llvm_debug", "libswiftshader_llvm_debug",
"libLLVM7_swiftshader", "libLLVM10_swiftshader",
], ],
} }
...@@ -654,7 +654,7 @@ cc_library_shared { ...@@ -654,7 +654,7 @@ cc_library_shared {
static_libs: [ static_libs: [
"libswiftshadervk_llvm_debug", "libswiftshadervk_llvm_debug",
"libLLVM7_swiftshader", "libLLVM10_swiftshader",
], ],
defaults: [ defaults: [
...@@ -668,7 +668,7 @@ cc_library_shared { ...@@ -668,7 +668,7 @@ cc_library_shared {
static_libs: [ static_libs: [
"libswiftshadervk_llvm_debug", "libswiftshadervk_llvm_debug",
"libLLVM7_swiftshader", "libLLVM10_swiftshader",
], ],
cflags: [ cflags: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment