[llvm] [asan] Disable instrumentation for available_externally global with COFF (PR #81109)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 24 14:38:58 PST 2024


================
@@ -0,0 +1,10 @@
+; This test checks that we are not instrumenting unnecessary globals
----------------
MaskRay wrote:

I feel that we should better organize global variable tests by combining some into one file. They are currently scattered everywhere.

basic-msvc64.ll may be a better file for this test since basic.ll tests ELF available_externally.

https://github.com/llvm/llvm-project/pull/81109


More information about the llvm-commits mailing list