aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 02:30:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-03 02:30:06 +0000
commitfe813ed2bfbcc7e2b45b8cc991ad8ce999f528fd (patch)
tree34747b8833323f06c9cbeadd91408f036461eec8
parent9cc3f197ea52aac4291f91080028888da37d3d49 (diff)
parenta32f663a8dad8500c13ec1c8637eafa7c7ee2c54 (diff)
downloadllvm-fe813ed2bfbcc7e2b45b8cc991ad8ce999f528fd.tar.gz
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"
-rw-r--r--Android.bp2
-rw-r--r--tools/bugpoint/Android.bp2
-rw-r--r--tools/opt/Android.bp2
3 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 69c0e73c824c..2bc9f95636a8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -78,7 +78,7 @@ llvm_defaults {
host_ldlibs: ["-luuid"],
},
- linux: {
+ linux_glibc: {
cppflags: ["-Woverloaded-virtual"],
// Add on ncurses to have support for terminfo
diff --git a/tools/bugpoint/Android.bp b/tools/bugpoint/Android.bp
index 89514b868d5e..b1a68391f6da 100644
--- a/tools/bugpoint/Android.bp
+++ b/tools/bugpoint/Android.bp
@@ -34,7 +34,7 @@ cc_binary_host {
darwin: {
ldflags: ["-Wl,-export_dynamic"],
},
- linux: {
+ linux_glibc: {
ldflags: ["-Wl,--export-dynamic"],
},
},
diff --git a/tools/opt/Android.bp b/tools/opt/Android.bp
index 499c4d43f962..633ec4ea2ade 100644
--- a/tools/opt/Android.bp
+++ b/tools/opt/Android.bp
@@ -62,7 +62,7 @@ cc_binary_host {
darwin: {
ldflags: ["-Wl,-export_dynamic"],
},
- linux: {
+ linux_glibc: {
ldflags: ["-Wl,--export-dynamic"],
},
},