aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen
diff options
context:
space:
mode:
authorGravatar Benjamin Peterson <bp@benjamin.pe>2018-06-28 08:16:50 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-28 08:18:23 -0700
commit384d4549f97cfb3fcec40a6fd809a574f7df59fe (patch)
tree89ede3766d7b0b585dd59f40b18651838d293f21 /src/main/java/com/google/devtools/build/docgen
parent817e32900687e05a000d31f8b7596c49693f7b88 (diff)
Delete some more LIPO crumbs.
Closes #5478. Change-Id: I3ac44605ef16a7c2e6bdc63d26fdf968bef651aa PiperOrigin-RevId: 202482493
Diffstat (limited to 'src/main/java/com/google/devtools/build/docgen')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm
index 31ff1f0271..95edd25995 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm
+++ b/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm
@@ -89,7 +89,7 @@ in your genrule's cmd attribute.
<ul>
<li class="harmful"> <code>CC</code>: The C and C++ compiler command. The built-in C++
rules are much more sophisticated than "run the compiler on it". In order to
- support compilation modes as diverse as *SAN, LIPO, ThinLTO, with/without
+ support compilation modes as diverse as *SAN, ThinLTO, with/without
modules, and carefully optimized binaries at the same time as fast running
tests on multiple platforms, the built-in rules go to great lengths to
ensure the correct inputs, outputs, and command-line flags are set on each