Revert "Allow Linux hosts to use ubsan runtime sanitizers."
This reverts commit dbc5000c5b6ca1f0968207686c4f41fbff18d7a7.
Reason for revert: Build breakage.
Change-Id: Ia6a1b58f156e4cc071562043c2f99f78b45b7968
Exempt-From-Owner-Approval: Reverting change due to build breakage.
diff --git a/cc/config/x86_linux_host.go b/cc/config/x86_linux_host.go
index 13b5511..f08a379 100644
--- a/cc/config/x86_linux_host.go
+++ b/cc/config/x86_linux_host.go
@@ -234,7 +234,7 @@
}
func (toolchainLinuxX86) LibclangRuntimeLibraryArch() string {
- return "i386"
+ return "i686"
}
func (toolchainLinuxX8664) LibclangRuntimeLibraryArch() string {