Mercurial > hg > CbC > CbC_llvm
diff llvm/test/Instrumentation/AddressSanitizer/global_addrspace.ll @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line diff
--- a/llvm/test/Instrumentation/AddressSanitizer/global_addrspace.ll Mon May 25 11:55:54 2020 +0900 +++ b/llvm/test/Instrumentation/AddressSanitizer/global_addrspace.ll Tue Jun 08 06:07:14 2021 +0900 @@ -1,7 +1,8 @@ ; Only verify that asan don't crash on global variables of different ; address space. The global variable should be unmodified by asan. -; RUN: opt < %s -asan -asan-module -S | FileCheck %s +; RUN: opt < %s -asan -asan-module -enable-new-pm=0 -S | FileCheck %s +; RUN: opt < %s -passes='asan-pipeline' -S | FileCheck %s target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu"