Lines Matching +refs:llvm +refs:mode
1 llvm-config - Print LLVM compilation options
9 **llvm-config** *option* [*components*...]
16 **llvm-config** makes it easier to build applications that use LLVM. It can
30 g++ `llvm-config --cxxflags` -o HowToUseJIT.o -c HowToUseJIT.cpp
31 g++ `llvm-config --ldflags` -o HowToUseJIT HowToUseJIT.o \
32 `llvm-config --libs engine bcreader scalaropts`
49 Print a summary of **llvm-config** arguments.
136 **--build-mode**
138 Print the build mode used when LLVM was built (e.g. Debug or Release)
147 To print a list of all available components, run **llvm-config
175 If **llvm-config** succeeds, it will exit with 0. Otherwise, if an error