Skip to content

Commit 42ab9d8

Browse files
Chen Zhengyuxuanchen1997
Chen Zheng
authored andcommitted
[NFC] make the case only require frontend
Summary: Fixes buildbot failure like: https://lab.llvm.org/buildbot/#/builders/144/builds/2931 caused by #99888 Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251170
1 parent da5e4a3 commit 42ab9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Preprocessor/pragma_mc_func.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not %clang --target=powerpc64-ibm-aix -ferr-pragma-mc-func-aix -c -S \
1+
// RUN: not %clang --target=powerpc64-ibm-aix -ferr-pragma-mc-func-aix -fsyntax-only \
22
// RUN: %s 2>&1 | FileCheck %s
33
#pragma mc_func asm_barrier {"60000000"}
44

0 commit comments

Comments
 (0)