Make libc_scudo always go first. am: 134f8f6f00
am: 2000f21705

Change-Id: Ie3fbc98f6f4b23ede09562635bae18bc24b6081a
diff --git a/cc/config/clang.go b/cc/config/clang.go
index 94a8257..08a53c8 100644
--- a/cc/config/clang.go
+++ b/cc/config/clang.go
@@ -97,10 +97,6 @@
 	pctx.StaticVariable("ClangExtraCflags", strings.Join([]string{
 		"-D__compiler_offsetof=__builtin_offsetof",
 
-		// Emit address-significance table which allows linker to perform safe ICF. Clang does
-		// not emit the table by default on Android since NDK still uses GNU binutils.
-		"-faddrsig",
-
 		// Make implicit fallthrough an error in the future.
 		"-Wimplicit-fallthrough",
 		"-Wno-error=implicit-fallthrough",