[llvm] c2f2c1b - Revert "[gn build] manually port 60e5243e593e (weak asan symbol)"

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 5 00:03:00 PDT 2021


Author: Vitaly Buka
Date: 2021-06-05T00:02:50-07:00
New Revision: c2f2c1b32c9c8fadc1082aec4066d184b455057f

URL: https://github.com/llvm/llvm-project/commit/c2f2c1b32c9c8fadc1082aec4066d184b455057f
DIFF: https://github.com/llvm/llvm-project/commit/c2f2c1b32c9c8fadc1082aec4066d184b455057f.diff

LOG: Revert "[gn build] manually port 60e5243e593e (weak asan symbol)"

Not needed after d8a4a2cb93212c493b7b47663c1cda1103de0bfc.

This reverts commit 00542932fe13ea3b989f40b434399c72f5eca4ec.

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
index 4b7d6fd2c519..c1f134fadcd3 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
@@ -135,7 +135,6 @@ target(asan_target_type, "asan") {
       # asan
       "-Wl,-U,___asan_default_options",
       "-Wl,-U,___asan_default_suppressions",
-      "-Wl,-U,___asan_detect_use_after_return_always",
       "-Wl,-U,___asan_on_error",
       "-Wl,-U,___asan_set_shadow_00",
       "-Wl,-U,___asan_set_shadow_f1",


        


More information about the llvm-commits mailing list