Revert "Allow Linux hosts to use ubsan runtime sanitizers."

This reverts commit dbc5000c5b.

Reason for revert: Build breakage.

Change-Id: Ia6a1b58f156e4cc071562043c2f99f78b45b7968
Exempt-From-Owner-Approval: Reverting change due to build breakage.
This commit is contained in:
Ivan Lozano
2020-02-11 20:19:31 +00:00
parent dbc5000c5b
commit 9e37faa3ab
2 changed files with 36 additions and 59 deletions

View File

@@ -234,7 +234,7 @@ func (t *toolchainLinuxX8664) YasmFlags() string {
}
func (toolchainLinuxX86) LibclangRuntimeLibraryArch() string {
return "i386"
return "i686"
}
func (toolchainLinuxX8664) LibclangRuntimeLibraryArch() string {