[test] clang/test/InterfaceStubs/externstatic.c requires x86-registered-target

This commit is contained in:
Fangrui Song 2020-01-18 09:54:35 -08:00
parent ff6be0ca25
commit 80146fc13a
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// REQUIRES: x86-registered-target
// RUN: %clang -cc1 -fvisibility default -DSTORAGE="extern" -o - -emit-interface-stubs -std=c99 -xc %s | \ // RUN: %clang -cc1 -fvisibility default -DSTORAGE="extern" -o - -emit-interface-stubs -std=c99 -xc %s | \
// RUN: FileCheck -check-prefix=CHECK-EXTERN %s // RUN: FileCheck -check-prefix=CHECK-EXTERN %s