Merge "[scripts/symbol] Switch to clang-r416183d" am: 39fe25f1f2
Original change: https://android-review.googlesource.com/c/platform/development/+/1736063 Change-Id: I07aa65f91949d50fcaeeac3f52dee3d1bcd3951d
This commit is contained in:
@@ -438,8 +438,8 @@ def CallCppFilt(mangled_symbol):
|
||||
if not _CACHED_CXX_FILT:
|
||||
toolchains = None
|
||||
# TODO(b/187231324) do not hard-code prebuilt version number below
|
||||
if os.path.exists('./clang-r416183b/bin/llvm-cxxfilt'):
|
||||
toolchains = ["./clang-r416183b/bin/llvm-cxxfilt"]
|
||||
if os.path.exists('./clang-r416183d/bin/llvm-cxxfilt'):
|
||||
toolchains = ["./clang-r416183d/bin/llvm-cxxfilt"]
|
||||
if not toolchains:
|
||||
raise Exception("Could not find llvm-cxxfilt tool")
|
||||
_CACHED_CXX_FILT = sorted(toolchains)[-1]
|
||||
|
||||
Reference in New Issue
Block a user