From 7fce2d372ed8ff70c8e3c3cb49ecaef977f66fe1 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 26 Apr 2021 14:14:09 -0400 Subject: VS: Revert "Add support for ASAN -fsanitize=address flag" Revert commit 1b37305b0f (VS: Add support for ASAN -fsanitize=address flag, 2021-04-21). The tag `EnableASAN` is created in `ItemDefinitionGroup` but it needs to be in `PropertyGroup`. Revert the mapping pending an implementation in the generator. Issue: #21081 --- Templates/MSBuild/FlagTables/v142_CL.json | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Templates') diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json index 9f07961296..7c2d291f9a 100644 --- a/Templates/MSBuild/FlagTables/v142_CL.json +++ b/Templates/MSBuild/FlagTables/v142_CL.json @@ -1222,12 +1222,5 @@ "UserValue", "UserRequired" ] - }, - { - "name": "EnableASAN", - "switch": "fsanitize=address", - "comment": "Enable Address Sanitizer", - "value": "true", - "flags": [] } ] -- cgit v1.2.1