Searched refs:compile_flags (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | config.py | 207 compile_flags = [] 210 compile_flags=compile_flags, 252 self.cxx.compile_flags += shlex.split(compile_flags_str) 254 self.cxx.compile_flags += ['-D_CRT_SECURE_NO_WARNINGS'] 257 self.cxx.compile_flags += ['-D_CRT_NONSTDC_NO_WARNINGS'] 260 self.cxx.compile_flags += ['-D_CRT_STDIO_ISO_WIDE_SPECIFIERS'] 264 self.cxx.compile_flags += ['-DNOMINMAX'] 267 self.cxx.compile_flags += shlex.split(additional_flags) 272 self.target_info.add_cxx_compile_flags(self.cxx.compile_flags) 291 self.cxx.compile_flags += ['-D_DEBUG'] [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
H A D | compiler.py | 20 def __init__(self, config, path, flags=None, compile_flags=None, link_flags=None, argument 30 self.compile_flags = list(compile_flags or []) 130 cmd += self.compile_flags 268 self.compile_flags += flags
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
H A D | lit.cfg | 41 def build_invocation(compile_flags): 42 return " " + " ".join([config.clang] + compile_flags) + " "
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | JSONCompilationDatabase.rst | 97 For simple projects, Clang tools also recognize a ``compile_flags.txt`` file. 110 Paths are relative to the directory containing ``compile_flags.txt``.
|
/netbsd-src/usr.bin/sed/ |
H A D | compile.c | 79 static char *compile_flags(char *, struct s_subst *); 341 p = compile_flags(p, cmd->u.s); in compile_stream() 707 compile_flags(char *p, struct s_subst *s) in compile_flags() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | TestingLibcxx.rst | 62 $ <build>/bin/llvm-lit -sv libcxx/test --param=compile_flags='-Wcustom-warning'
|