Skip to content

Commit

Permalink
[hwasan][test] Remove obsoleted/removed -fno-experimental-new-pass-ma…
Browse files Browse the repository at this point in the history
…nager
  • Loading branch information
MaskRay committed Feb 1, 2022
1 parent b1fb613 commit 9477a30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler-rt/test/hwasan/TestCases/stack-uas.c
Expand Up @@ -6,8 +6,7 @@
// Use after scope is turned off by default.
// RUN: %clang_hwasan -g %s -o %t && %run %t 2>&1

// RUN: %clang_hwasan -fexperimental-new-pass-manager -mllvm -hwasan-use-after-scope -g %s -o %t && not %run %t 2>&1 | FileCheck %s
// RUN: %clang_hwasan -fno-experimental-new-pass-manager -mllvm -hwasan-use-after-scope -g %s -o %t && not %run %t 2>&1 | FileCheck %s
// RUN: %clang_hwasan -mllvm -hwasan-use-after-scope -g %s -o %t && not %run %t 2>&1 | FileCheck %s

// REQUIRES: stable-runtime

Expand Down

0 comments on commit 9477a30

Please sign in to comment.