/openbsd/gnu/llvm/clang/cmake/caches/ |
H A D | README.txt | 23 a target named "stage2" which performs an LTO build of clang. 38 stage2-instrumented: 42 stage2-instrumented-generate-profdata: 46 stage2: 50 stage2-check-llvm: 51 Depends on stage2 and runs check-llvm using the stage3 compiler. 53 stage2-check-clang: 54 Depends on stage2 and runs check-clang using the stage3 compiler. 56 stage2-check-all: 57 Depends on stage2 and runs check-all using the stage3 compiler. [all …]
|
H A D | PGO.cmake | 11 stage2 12 stage2-distribution 13 stage2-install-distribution 14 stage2-install-distribution-toolchain 15 stage2-check-all 16 stage2-check-llvm 17 stage2-check-clang 18 stage2-test-suite CACHE STRING "") 31 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2-instrumented.cmake
|
H A D | Apple-stage2-ThinLTO.cmake | 1 # This file sets up a CMakeCache for Apple-style stage2 ThinLTO bootstrap. It is 6 include(${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake)
|
H A D | DistributionExample.cmake | 16 # Setting up the stage2 LTO option needs to be done on the stage1 build so that 25 # Expose stage2 targets through the stage1 build configuration. 48 -C ${CMAKE_CURRENT_LIST_DIR}/DistributionExample-stage2.cmake
|
H A D | PGO-stage2-instrumented.cmake | 17 include(${CMAKE_CURRENT_LIST_DIR}/PGO-stage2.cmake) 20 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2.cmake
|
H A D | BOLT-PGO.cmake | 4 stage2-clang++-bolt
|
H A D | Android.cmake | 44 -C${CMAKE_CURRENT_LIST_DIR}/Android-stage2.cmake CACHE STRING "")
|
/openbsd/usr.sbin/installboot/ |
H A D | installboot.c | 36 char *stage2; variable 87 stage2 = argv[2]; in main() 112 if (argc <= 2 && stage2 != NULL) { in main() 113 stage2 = fileprefix(root, stage2); in main() 114 if (stage2 == NULL) in main() 121 if (stage1 || stage2) { in main() 124 if (stage2) in main() 125 fprintf(stderr, ", second-stage %s", stage2); in main()
|
H A D | sparc64_installboot.c | 45 stage2 = "/usr/mdec/ofwboot"; in md_init() 79 if ((fd = open(stage2, O_RDONLY)) == -1) in md_loadboot() 115 (nowrite ? "would copy" : "copying"), stage2, bootldr); in md_installboot() 117 if (filecopy(stage2, bootldr) == -1) in md_installboot()
|
H A D | landisk_installboot.c | 45 stage2 = "/usr/mdec/boot"; in md_init() 70 if (filecopy(stage2, bootldr) == -1) in md_installboot()
|
H A D | i386_softraid.c | 121 fd = open(stage2, O_RDONLY); in sr_install_bootldr() 176 stage2, nblocks, bsize); in sr_install_bootldr()
|
H A D | installboot.h | 28 extern char *stage2;
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AdvancedBuilds.rst | 45 $ ninja stage2 59 $ ninja stage2 177 stage2. Both of the stage2 builds are built using the stage1 compiler. 189 **stage2** 193 **stage2-check-llvm** 194 Depends on stage2 and runs check-llvm using the stage2 compiler. 196 **stage2-check-clang** 197 Depends on stage2 and runs check-clang using the stage2 compiler. 199 **stage2-check-all** 200 Depends on stage2 and runs check-all using the stage2 compiler. [all …]
|
H A D | HowToBuildWithPGO.rst | 123 - ``-DCMAKE_C_COMPILER=/path/to/stage2/clang`` - Use the Clang we built in 125 - ``-DCMAKE_CXX_COMPILER=/path/to/stage2/clang++`` - Same as above. 137 ``path/to/stage2/profiles/``. You need to merge these using 141 -output=/path/to/output/profdata.prof path/to/stage2/profiles/*.profraw``.
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | Makefile.am | 724 $(MAKE) stage2 725 rm -f stage && ln -s stage2 stage 727 $(MAKE) comparison against=stage2 732 $(MAKE) stage2 748 stage2: target 749 -mkdir stage2 750 -mv $(STAGESTUFF) stage2 751 …if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEE… 758 against=stage2 785 de-stage2: [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | Makefile.am | 740 $(MAKE) stage2 741 rm -f stage && ln -s stage2 stage 743 $(MAKE) comparison against=stage2 748 $(MAKE) stage2 764 stage2: target 765 -mkdir stage2 766 -mv $(STAGESTUFF) stage2 767 …if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEE… 774 against=stage2 801 de-stage2: [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | Makefile.in | 209 stage2: force 210 -mkdir stage2 211 -mv $(STAGESTUFF) stage2 217 against=stage2 226 de-stage2: force 227 -(cd stage2 ; mv -f * ..) 228 -rmdir stage2
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | Makefile.in | 4414 all-stage2: all-stage2-bfd 4427 clean-stage2: clean-stage2-bfd 5124 all-stage2: all-stage2-opcodes 11201 all-stage2: all-stage2-gas 11214 clean-stage2: clean-stage2-gas 11911 all-stage2: all-stage2-gcc 15169 all-stage2: all-stage2-intl 16592 all-stage2: all-stage2-ld 16605 clean-stage2: clean-stage2-ld 17302 all-stage2: all-stage2-libcpp [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/objc/ |
H A D | Make-lang.in | 29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 152 objc.stage2: stage2-start 153 -mv objc/*$(objext) stage2/objc 154 -mv cc1obj$(exeext) stage2
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | Make-lang.in | 29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 133 objc.stage2: stage2-start 134 -mv objc/*$(objext) stage2/objc
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | makefile.texi | 101 stage2 build to crash. It does not provide as good coverage of the 164 points to the stage2 GCC, after invoking this target it will be 165 renamed to @file{stage2-gcc}. 169 If you wish to use non-default GCC flags when compiling the stage2 and 175 miscompilation of a different stage2 front-end (for example, of the 185 make stage2-bubble STAGE1_LANGUAGES=c,fortran
|
/openbsd/gnu/gcc/gcc/objcp/ |
H A D | Make-lang.in | 29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 139 obj-c++.stage2: stage2-start 140 -mv objcp/*$(objext) stage2/objcp
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | Make-lang.in | 30 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 267 treelang.stage2: stage2-start 268 -mv treelang/*$(objext) stage2/treelang
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | Make-lang.in | 31 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 252 treelang.stage2: stage2-start 253 -mv treelang/*$(objext) stage2/treelang
|
/openbsd/usr.bin/file/magdir/ |
H A D | filesystems | 148 >>>>0x42 uleshort <0x8000 \b, stage2 address 0x%x 149 #>>>>0x42 uleshort =0x8000 \b, stage2 address 0x%x (usual) 150 >>>>0x42 uleshort >0x8000 \b, stage2 address 0x%x 151 #>>>>0x44 ulelong =1 \b, 1st sector stage2 0x%x (default) 152 >>>>0x44 ulelong >1 \b, 1st sector stage2 0x%x 153 >>>>0x48 uleshort <0x800 \b, stage2 segment 0x%x 154 #>>>>0x48 uleshort =0x800 \b, stage2 segment 0x%x (usual) 155 >>>>0x48 uleshort >0x800 \b, stage2 segment 0x%x 872 # config_file for stage1_5 is 0xffffffff + default "/boot/grub/stage2" 874 >>>>0x217 ubyte <0xFF stage2 [all …]
|