Merge changes from topic "use-libclang-cpp"
* changes: Use libclang-cpp for header-* tools and tests Switch clang-tools build to clang-r437112
This commit is contained in:
@@ -79,8 +79,7 @@ cc_binary_host {
|
|||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libprotobuf-cpp-full",
|
"libprotobuf-cpp-full",
|
||||||
"libLLVM_host",
|
"libclang-cpp_host",
|
||||||
"libclang_cxx_host",
|
|
||||||
"libc++_host",
|
"libc++_host",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
@@ -98,8 +97,7 @@ cc_defaults {
|
|||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libprotobuf-cpp-full",
|
"libprotobuf-cpp-full",
|
||||||
"libLLVM_host",
|
"libclang-cpp_host",
|
||||||
"libclang_cxx_host",
|
|
||||||
"libc++_host",
|
"libc++_host",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
@@ -169,7 +167,7 @@ cc_library_host_static {
|
|||||||
],
|
],
|
||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libLLVM_host",
|
"libclang-cpp_host",
|
||||||
"libc++_host",
|
"libc++_host",
|
||||||
"libprotobuf-cpp-full",
|
"libprotobuf-cpp-full",
|
||||||
],
|
],
|
||||||
@@ -204,7 +202,7 @@ cc_test_host {
|
|||||||
],
|
],
|
||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libLLVM_host",
|
"libclang-cpp_host",
|
||||||
"libc++_host",
|
"libc++_host",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
@@ -15,5 +15,5 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
export LLVM_BUILD_HOST_TOOLS=true
|
export LLVM_BUILD_HOST_TOOLS=true
|
||||||
export LLVM_PREBUILTS_VERSION=clang-r433403
|
export LLVM_PREBUILTS_VERSION=clang-r437112
|
||||||
export LLVM_RELEASE_VERSION=13.0.2
|
export LLVM_RELEASE_VERSION=14.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user