It is incomplete and has no users AFAIK.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D59154
Remove ASan asm instrumentation. ClosedPublic Authored by eugenis on Mar 8 2019, 1:40 PM.
Details Summary It is incomplete and has no users AFAIK.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 8 2019, 1:40 PM Herald added subscribers: Restricted Project, jdoerfert, hiraditya and 5 others. · View Herald Transcript This revision is now accepted and ready to land.Mar 8 2019, 4:53 PM Closed by commit rL355870: Remove ASan asm instrumentation. (authored by eugenis). · Explain WhyMar 11 2019, 2:49 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 190161 compiler-rt/trunk/lib/asan/tests/CMakeLists.txt
compiler-rt/trunk/lib/asan/tests/asan_asm_test.cc
compiler-rt/trunk/test/asan/TestCases/Linux/asan-asm-stacktrace-test.cc
llvm/trunk/include/llvm/MC/MCParser/MCTargetAsmParser.h
llvm/trunk/include/llvm/MC/MCTargetOptions.h
llvm/trunk/include/llvm/MC/MCTargetOptionsCommandFlags.inc
llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
llvm/trunk/lib/MC/MCTargetOptions.cpp
llvm/trunk/lib/Target/X86/AsmParser/CMakeLists.txt
llvm/trunk/lib/Target/X86/AsmParser/X86AsmInstrumentation.h
llvm/trunk/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp
llvm/trunk/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
llvm/trunk/test/Instrumentation/AddressSanitizer/X86/asm_cfi.ll
llvm/trunk/test/Instrumentation/AddressSanitizer/X86/asm_cfi.s
llvm/trunk/test/Instrumentation/AddressSanitizer/X86/asm_mov.ll
llvm/trunk/test/Instrumentation/AddressSanitizer/X86/asm_mov.s
llvm/trunk/test/Instrumentation/AddressSanitizer/X86/asm_rep_movs.ll
llvm/trunk/test/Instrumentation/AddressSanitizer/X86/asm_rsp_mem_op.s
llvm/trunk/test/Instrumentation/AddressSanitizer/X86/asm_swap_intel.s
llvm/trunk/utils/gn/secondary/llvm/lib/Target/X86/AsmParser/BUILD.gn
|