Lines Matching refs:include
2 ; RUN: rm -f %t.include.res
3 ; RUN: llvm-rc -no-preprocess /FO %t.include.res -- %p/Inputs/include.rc
4 ; RUN: llvm-readobj %t.include.res | FileCheck --check-prefix=FOUND %s
8 ; RUN: llvm-rc -no-preprocess /FO %t.noquotes.res -- %p/Inputs/include-noquotes.rc
12 ; RUN: rm -f %t.nested-include.res
13 ; RUN: llvm-rc -no-preprocess /FO %t.nested-include.res /I %p/Inputs/nested -- %p/Inputs/deep-inclu…
14 ; RUN: llvm-readobj %t.nested-include.res | FileCheck --check-prefix=FOUND %s
16 ; The include dir can be specified via the INCLUDE env var too.
17 ; RUN: rm -f %t.nested-include.res
18 …LUDE=%p/Inputs/nested llvm-rc -no-preprocess /FO %t.nested-include.res -- %p/Inputs/deep-include.rc
19 ; RUN: llvm-readobj %t.nested-include.res | FileCheck --check-prefix=FOUND %s
22 ; RUN: rm -f %t.nested-include.res
23 …=%p/Inputs/nested llvm-rc -no-preprocess /X /FO %t.nested-include.res -- %p/Inputs/deep-include.rc…
27 ; RUN: rm -f %t.nested-include.res
28 ; RUN: not llvm-rc -no-preprocess /FO %t.nested-include.res -- %p/Inputs/deep-include.rc 2>&1 \
35 ; RUN: rm -f %t.nested-include.res
37 ; RUN: llvm-rc -no-preprocess /FO %t.nested-include.res -- %p/Inputs/include.rc
38 ; RUN: llvm-readobj %t.nested-include.res | FileCheck --check-prefix=FOUND %s