Lines Matching full:sysroot
1 // Check for proper handling of --sysroot and -isysroot flags.
7 // Check that we get both isysroot for headers, and pass --sysroot on to GCC to
10 // RUN: --sysroot=/foo/bar -o /dev/null %s 2>&1 | \
13 // SYSROOT_EQ: "--sysroot{{" "|=}}{{[^"]*}}/foo/bar"
15 // Check for overriding the header sysroot by providing both --sysroot and
18 // RUN: --sysroot=/foo/bar -o /dev/null %s 2>&1 | FileCheck %s \
21 // ISYSROOT_AND_SYSROOT: "--sysroot{{" "|=}}{{[^"]*}}/foo/bar"
25 // RUN: --sysroot /foo/bar -o /dev/null %s 2>&1 | \
28 // SYSROOT_SEPARATE: "--sysroot{{" "|=}}{{[^"]*}}/foo/bar"