Mercurial > hg > CbC > CbC_llvm
diff llvm/test/Instrumentation/AddressSanitizer/global_addrspace.ll @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children | 1f2b6ac9f198 |
line wrap: on
line diff
--- a/llvm/test/Instrumentation/AddressSanitizer/global_addrspace.ll Wed Jul 21 10:27:27 2021 +0900 +++ b/llvm/test/Instrumentation/AddressSanitizer/global_addrspace.ll Wed Nov 09 17:45:10 2022 +0900 @@ -1,8 +1,7 @@ ; 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 -enable-new-pm=0 -S | FileCheck %s -; RUN: opt < %s -passes='asan-pipeline' -S | FileCheck %s +; RUN: opt < %s -passes=asan -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"