mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 15:58:57 -04:00

Test doesn't actually require production of an object file and for some targets (e.g. hexagon) an assembler is not always available when lit tests are run. llvm-svn: 204144
6 lines
196 B
ArmAsm
6 lines
196 B
ArmAsm
// RUN: rm -rf %t
|
|
// RUN: %clang -fmodule-maps -fmodules-cache-path=%t -fmodules-decluse -fmodule-name=XS -I %S/Inputs/declare-use -S %s -Xclang -verify
|
|
// expected-no-diagnostics
|
|
|
|
#include "s.h"
|