[PATCH] D19781: [ASan] Disable target-specific lowering of string functions.

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 05:28:19 PDT 2016


filcab added inline comments.

================
Comment at: test/Instrumentation/AddressSanitizer/str-nobuiltin.ll:3
@@ +2,3 @@
+;
+; RUN: opt < %s -asan -asan-module -S | FileCheck %s
+target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
----------------
Do we need `-asan-module`? We should be able to get away with just the `FunctionPass`, right?


Repository:
  rL LLVM

http://reviews.llvm.org/D19781





More information about the llvm-commits mailing list