Lines Matching full:sections
2 // enabling -ffunction-sections, -fdata-sections, and -fvisibility=hidden by
6 …sm32-unknown-unknown" {{.*}} "-fvisibility" "hidden" {{.*}} "-ffunction-sections" "-fdata-sections"
8 // Ditto, but ensure that a user -fno-function-sections disables the
9 // default -ffunction-sections.
11 // RUN: %clang %s -### -target wasm32-unknown-unknown -fno-function-sections 2>&1 | FileCheck -chec…
12 // NO_FUNCTION_SECTIONS-NOT: function-sections
14 // Ditto, but ensure that a user -fno-data-sections disables the
15 // default -fdata-sections.
17 // RUN: %clang %s -### -target wasm32-unknown-unknown -fno-data-sections 2>&1 | FileCheck -check-pr…
18 // NO_DATA_SECTIONS-NOT: data-sections
33 // special in enabling --gc-sections by default.
37 // LINK_OPT: lld{{.*}}" "-flavor" "ld" "--gc-sections" "-L/foo/lib32" "crt1.o" "crti.o" "[[temp]]" …
39 // Ditto, but ensure that a user --no-gc-sections comes after the
40 // default --gc-sections.
42 …ical-prefixes -target wasm32-unknown-unknown --sysroot=/foo -Wl,--no-gc-sections %s 2>&1 | FileChe…
44 …_GC_SECTIONS: lld{{.*}}" "-flavor" "ld" "--gc-sections" "-L/foo/lib32" "crt1.o" "crti.o" "--no-gc-…