Home | History | Annotate | Download | only in llvm-config

Lines Matching refs:Print

100             $has_opt = 1; print "$VERSION\n";
102 $has_opt = 1; print "$PREFIX\n";
104 $has_opt = 1; print "$BINDIR\n";
106 $has_opt = 1; print "$INCLUDEDIR\n";
108 $has_opt = 1; print "$LIBDIR\n";
110 $has_opt = 1; print "$INCLUDEOPTION $CPPFLAGS\n";
112 $has_opt = 1; print "$INCLUDEOPTION $CFLAGS\n";
114 $has_opt = 1; print "$INCLUDEOPTION $CXXFLAGS\n";
116 $has_opt = 1; print "-L$LIBDIR $LDFLAGS $SYSTEM_LIBS\n";
124 $has_opt = 1; print join(' ', name_map_entries), "\n";
126 $has_opt = 1; print join(' ', @TARGETS_BUILT), "\n";
128 $has_opt = 1; print "$TARGET_TRIPLE\n";
130 $has_opt = 1; print "$LLVM_BUILDMODE\n";
132 $has_opt = 1; print abs_path("$LLVM_OBJ_ROOT/");
134 $has_opt = 1; print abs_path("$LLVM_SRC_ROOT/");
157 print join(' ', fix_library_names(@libs)), "\n" if ($want_libs);
158 print join(' ', @libs), "\n" if ($want_libnames);
159 print join(' ', fix_library_files(@libs)), "\n" if ($want_libfiles);
169 print STDERR <<__EOD__;
179 --version Print LLVM version.
180 --prefix Print the installation prefix.
181 --src-root Print the source root LLVM was built from.
182 --obj-root Print the object root used to build LLVM.
189 --ldflags Print Linker flags.
196 --build-mode Print build mode of LLVM tree (e.g. Debug or Release).
386 print STDERR "llvm-config: unknown component name: $name\n";
417 # Print a list of sets, with a label. Used for debugging.
422 print "$label: ", join(';', @output), "\n";
455 #print "Removing $i.\n";