File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsanitize=address -emit-llvm -O3 -fdebug-pass-manager -o - %s 2>&1 | FileCheck %s
2
- // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsanitize=thread -emit-llvm -O3 -fdebug-pass-manager -o - %s 2>&1 | FileCheck %s
3
- // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsanitize=memory -emit-llvm -O3 -fdebug-pass-manager -o - %s 2>&1 | FileCheck %s
1
+ // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsanitize=address -O3 - emit-llvm -fdebug-pass-manager -o - %s 2>&1 | FileCheck %s
2
+ // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsanitize=thread -O3 - emit-llvm -fdebug-pass-manager -o - %s 2>&1 | FileCheck %s
3
+ // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsanitize=memory -O3 - emit-llvm -fdebug-pass-manager -o - %s 2>&1 | FileCheck %s
4
4
5
5
// This is regression test for PR42877
6
6
You can’t perform that action at this time.
0 commit comments