Lines Matching refs:nested
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
17 ; RUN: rm -f %t.nested-include.res
18 ; RUN: env INCLUDE=%p/Inputs/nested llvm-rc -no-preprocess /FO %t.nested-include.res -- %p/Inputs/d…
19 ; RUN: llvm-readobj %t.nested-include.res | FileCheck --check-prefix=FOUND %s
22 ; RUN: rm -f %t.nested-include.res
23 ; RUN: not env INCLUDE=%p/Inputs/nested llvm-rc -no-preprocess /X /FO %t.nested-include.res -- %p/I…
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
36 ; RUN: cd %p/Inputs/nested
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