[llvm] 3f3faa3 - [gn build] (manually) port f75cce0be861

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 16:21:18 PST 2021


Author: Nico Weber
Date: 2021-12-08T19:21:07-05:00
New Revision: 3f3faa36ff3d84af3c3ed84772d7e4278bc44ff1

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

LOG: [gn build] (manually) port f75cce0be861

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 e6c179cb33d90..3f679c9aba0b8 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
@@ -86,7 +86,6 @@ target(asan_target_type, "asan") {
     "asan_report.cpp",
     "asan_report.h",
     "asan_rtl.cpp",
-    "asan_rtl_x86_64.S",
     "asan_scariness_score.h",
     "asan_shadow_setup.cpp",
     "asan_stack.cpp",


        


More information about the llvm-commits mailing list