aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKousik Kumar <kousikk@google.com>2019-12-27 10:52:36 -0800
committerKousik Kumar <kousikk@google.com>2020-08-31 12:43:56 +0000
commitfa0360ca440226c460e661fe4e527a3de39efc8c (patch)
tree0f7a74bb674b01f277ebb347330bbc8449fb0112
parentd2358da67980413355f959a206f87442c7e99bcb (diff)
downloadlinux-x86-fa0360ca440226c460e661fe4e527a3de39efc8c.tar.gz
[DO NOT MERGE] Add toolchain inputs text file describing remote toolchain inputs to latest clang version
Test: Ran a small script to make sure all these files exist for f in `cat remote_toolchain_inputs`; > do > ls $f > done clang clang++ clang.real clang++.real ../lib64/libc++.so.1 ../lib64/clang/9.0.3/share/cfi_blacklist.txt Bug: b/166182389 Change-Id: I9a52ffc8994c13a2a6bb13f7bf2bb9ce55096a47 Merged-In: I9a52ffc8994c13a2a6bb13f7bf2bb9ce55096a47
-rw-r--r--clang-r353983c/bin/remote_toolchain_inputs6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang-r353983c/bin/remote_toolchain_inputs b/clang-r353983c/bin/remote_toolchain_inputs
new file mode 100644
index 000000000..5353b5b03
--- /dev/null
+++ b/clang-r353983c/bin/remote_toolchain_inputs
@@ -0,0 +1,6 @@
+clang
+clang++
+clang.real
+clang++.real
+../lib64/libc++.so.1
+../lib64/clang/9.0.3/share/cfi_blacklist.txt